SELECT TABLE_NAME FROM INFORMATION_SCHEMA.TABLES WHERE TABLE_SCHEMA = ‘数据库名‘ select table_schema,table_name,column_name from information_schema.columns order by table_schema,table_name
时间: 2024-11-09 06:03:39
SELECT TABLE_NAME FROM INFORMATION_SCHEMA.TABLES WHERE TABLE_SCHEMA = ‘数据库名‘ select table_schema,table_name,column_name from information_schema.columns order by table_schema,table_name