#mysql查询特定数据库中的所有表名select table_namefrom information_schema.tableswhere table_schema='smbms' and table_type='base table';