新网创想网站建设,新征程启航

为企业提供网站建设、域名注册、服务器等服务

MySQL查询数据库中没有主键的表

  1. select table_schema,table_name from information_schema.tables
  2. where (table_schema,table_name) not in(
  3.     select distinct table_schema,table_name from information_schema.columns where COLUMN_KEY='PRI'    
  4. )
  5. and table_schema not in (
  6.     'sys','MySQL','information_schema','performance_schema'
  7. );


本文题目:MySQL查询数据库中没有主键的表
文章路径:http://wjwzjz.com/article/pdhgpg.html
在线咨询
服务热线
服务热线:028-86922220
TOP