如何查看某库中有哪些表?

【 使用环境 】测试环境
【问题描述】如何查看某库中有哪些表?

show tables;
select * from information_schema.tables where TABLE_SCHEMA=‘xxx’;

1 个赞