查询数据库中所有表的名称 假设当前使用的数据库为your_database_name,请将your_database_name 替换为实际的数据库名称 SELECT table_name FROM information_schema.tables WHERE table_schema = 'your_database……