We all know that to select all columns from a table, we can use
SELECT * FROM tableA
Is there a way to exclude column(s) from a table witho
If you are using SQL Server Management Studio then do as follows:
Enjoy.