Answers for "how to see comments names in a table in mysql command line"

SQL
2

mysql show table column comments sql

/* mysql query for command line*/
SHOW FULL COLUMNS FROM "table_name";
Posted by: Guest on October-18-2021

Code answers related to "how to see comments names in a table in mysql command line"

Code answers related to "SQL"

Browse Popular Code Answers by Language