Answers for "how to get the data type of a column in mysql"

SQL
2

get the mysql table columns data type mysql

SHOW COLUMNS FROM mydb.mytable;
Posted by: Guest on April-16-2020

Code answers related to "how to get the data type of a column in mysql"

Code answers related to "SQL"

Browse Popular Code Answers by Language