drop table table_name;
select COLUMN_NAME from information_schema.COLUMNS where TABLE_NAME='table_name';
参考链接
use database_name
show tables;
京公网安备 11010502049817号