Answers for "how to get colums in table sql"

SQL
0

show the colums of table sql

SHOW COLUMNS FROM table_name;

or 

DESCRIBE table_name;
Posted by: Guest on April-23-2021

Code answers related to "how to get colums in table sql"

Code answers related to "SQL"

Browse Popular Code Answers by Language