Currently i have joined together several tables. now i want to select some columns out of this joined mesh.
my question is: is it possible to select all columns of a specific table?
for example:
select col1,col4,col7,all_columns.Table1,col9 from (joined tables including Table1)
if it is possible, how to implement it
this is what you want?