在MySQL中,使用如下语句查询表信息:
select * from information_schema.tables
如果要查询指定表所在的库,使用如下语句:
select * from information_schema.tables where table_name = '要查询的表名'
在MySQL中,使用如下语句查询表信息:
select * from information_schema.tables
如果要查询指定表所在的库,使用如下语句:
select * from information_schema.tables where table_name = '要查询的表名'
2296

被折叠的 条评论
为什么被折叠?