重庆分公司
重庆分公司
MySQL查询数据库中没有主键的表
-
select table_schema,table_name from information_schema.tables
-
where (table_schema,table_name) not in(
-
select distinct table_schema,table_name from information_schema.columns where COLUMN_KEY='PRI'
-
)
-
and table_schema not in (
-
'sys','MySQL','information_schema','performance_schema'
-
);
网站栏目:MySQL查询数据库中没有主键的表
网站地址:
http://cxhlcq.com/article/pdhgpg.html
-
在线咨询
微信咨询
电话咨询
-
028-86922220(工作日)
18980820575(7×24)
-
提交需求
-
返回顶部