查询数据库中所有表名
select table_name from information_schema.tables where table_schema='csdb' and table_type='base table';select table_name from information_sc
查询数据库中所有表名
select table_name from information_schema.tables where table_schema='csdb' and table_type='base table';select table_name from information_sc