select * except 1 column
Hi
I have a select * that retrieves 30 columns of data now what I want to do is select all except 1 or possibly two. Is there any syntax that I could use to achieve this without having to input all the column names that I need.
Many Thanks