查库 select schema_name from information_schema.schemata
查表 select table_name from information_schema.tables where table_s
2021-12-01