Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SELECT FROM table except certain columns

Status
Not open for further replies.

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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top