Answers for "show all columns in mysql table"

SQL
6

show table columns mysql command line

SHOW COLUMNS from tablename;
Posted by: Guest on April-21-2021
0

mysql all columns

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

Code answers related to "show all columns in mysql table"

Code answers related to "SQL"

Browse Popular Code Answers by Language