- Moderator
- #1
So, I have some tables that I regularly have to display *almost* all of the fields on.
Besides saying:
SELECT Field1, Field2, Field3... Field50 FROM...
... is there a way to:
SELECT * Except Field1 FROM
Something along those lines?
Just my 2¢
"What the captain doesn't realize is that we've secretly replaced his Dilithium Crystals with new Folger's Crystals."
--Greg
Besides saying:
SELECT Field1, Field2, Field3... Field50 FROM...
... is there a way to:
SELECT * Except Field1 FROM
Something along those lines?
Just my 2¢
"What the captain doesn't realize is that we've secretly replaced his Dilithium Crystals with new Folger's Crystals."
--Greg