christheprogrammer
Programmer
Hi all,
I just need to do a query on a single table, which will result in a particular field being removed. I cannot name all the fields because some may change in the future. i.e. I cannot do this:
SELECT x,y,z,a,b,c,d,f from table1;
I want to do this:
SELECT (* - e) FROM table1;
Obviously this is incorrect syntax, but that's why I am here!
Thanks a bunch
Chris
Chris Grandin
grandin1@yahoo.com
Malaspina has a great computer science program. Top-Notch.
I just need to do a query on a single table, which will result in a particular field being removed. I cannot name all the fields because some may change in the future. i.e. I cannot do this:
SELECT x,y,z,a,b,c,d,f from table1;
I want to do this:
SELECT (* - e) FROM table1;
Obviously this is incorrect syntax, but that's why I am here!
Thanks a bunch
Chris
Chris Grandin
grandin1@yahoo.com
Malaspina has a great computer science program. Top-Notch.