Hi,
Is it possible to write a SELECT statement that will select all columns but 1 or 2 
certain ones?

I know I can do SELECT Col1,Col2,Col3 etc. but if there are a few columns, I would 
like to be able to do somehting like SELECT * (NOT Col12,Col13), if that makes any 
sense.

Thanks

Reply via email to