Quote:
|
Originally Posted by pb18798
I want to display all columns values except one column
|
You'll have to write out all 99 column names after the SELECT keyword.
SQL does not have a shortcut for this.
(It shouldn't have had the "SELECT *" shortcut, neither, but that's an other discussion
