Hello Guys,
I just want to remove a column name in select clause. Because, I don't want to write all column names. I hope I express myself.
In other words, I want the following.
Select * - unwanted_column from table;
instead of this
Select col1, col2, col3, col4, ........ col 10000 from table;