1 | select * from information_schema.TABLES where TABLE_SCHEMA=( select database ()) and `table_name` = 'your table' |
去芜存菁
1 | select * from information_schema.TABLES where TABLE_SCHEMA=( select database ()) and `table_name` = 'your table' |