select name from sysobjects where type='U' select * from information_schema.tables
select name from sys.tables go
查询 mysql所有表名
最新推荐文章于 2025-06-05 11:33:32 发布
select name from sysobjects where type='U' select * from information_schema.tables
select name from sys.tables go