Nov 15, 2013 #1 griffitd Programmer Aug 20, 2002 189 GB Hi Is it possible to select all columns from a table excluding certain columns? i.e. SELECT * from Table1 Except Columns(ID, EmployeeName) ?? Thanks in advance
Hi Is it possible to select all columns from a table excluding certain columns? i.e. SELECT * from Table1 Except Columns(ID, EmployeeName) ?? Thanks in advance
Nov 15, 2013 #2 1DMF Programmer Jan 18, 2005 8,795 GB Short answer No, however, you can mimic it if you want... have a look here : http://stackoverflow.com/questions/...olumn-using-select-except-columna-from-tablea "In complete darkness we are all the same, it is only our knowledge and wisdom that separates us, don't let your eyes deceive you." "If a shortcut was meant to be easy, it wouldn't be a shortcut, it would be the way!" Free Electronic Dance Music Upvote 0 Downvote
Short answer No, however, you can mimic it if you want... have a look here : http://stackoverflow.com/questions/...olumn-using-select-except-columna-from-tablea "In complete darkness we are all the same, it is only our knowledge and wisdom that separates us, don't let your eyes deceive you." "If a shortcut was meant to be easy, it wouldn't be a shortcut, it would be the way!" Free Electronic Dance Music