All: When creating 'kitchen sink' views (almost but not quite all columns), is there any lazy way to "select ALL columns EXCEPT FOR these"? Something that would work like this:
SELECT + ALL EXCLUDE(t1.column-x,t2.column-y,...tn.column-z) + FROM + table-1 t1, + table-2 t2, + ... tablen-n tn + ... Just wondering. bruce chitiea safesectors inc

