SELECT * EXCEPT

As others have said, it is not a good idea to do this in a query because it is prone to issues when someone changes the table structure in the future. However, there is a way to do this… and I can’t believe I’m actually suggesting this, but in the spirit of answering the ACTUAL … Read more