Answers for "mysql get list of all columns in a table"

SQL
0

mysql all columns

-- MySQL
SELECT * 
FROM INFORMATION_SCHEMA.COLUMNS;
Posted by: Guest on May-15-2020

Code answers related to "mysql get list of all columns in a table"

Code answers related to "SQL"

Browse Popular Code Answers by Language