MySQL查询数据库下的所有表名

select TABLE_NAME from information_schema.tables where table_schema = 'test003';
posted @ 2022-02-18 14:25  vaen  阅读(129)  评论(0)    收藏  举报