Jump to content

Display all columns but one


steelerman99

Recommended Posts

Hello,

 

I was wondering if you can modify a SELECT query to return all columns but just one or two.

 

We know that doing " Select * " will display all columns of the table.  What if we have say 50 columns, but we only want to exclude one or two columns?  Would we have to type " SELECT col1, col2, col3,  ..........  , col 49, col50 FROM...."  or is there an easier way to do this?

 

Thanks!!

Link to comment
https://forums.phpfreaks.com/topic/90254-display-all-columns-but-one/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.