Answers for "select table column in sql"

SQL
2

select table column in sql

/**
You must have all privillage to access this, else it will denaid access :)
**/

SELECT COLUMN_NAME FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_NAME = N'tableName';
Posted by: Guest on November-14-2021

Code answers related to "select table column in sql"

Code answers related to "SQL"

Browse Popular Code Answers by Language