robb33
2/3/2017 - 1:42 AM

show what is in table

show what is in table

SELECT * FROM [table name];

SHOW TABLES;

SHOW COLUMNS FROM table;

DESCRIBE name_tables;