need to select all columns but one.
Hi,
I need a query which resembles the below mentioned query where there are 75 cols in the table mentioned in the table and only 74 cols are required in the output.
select col_1,col_2......,col_73,col_74 from tab_name;
please suggest