会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
圆善的学习园地
好记性不如烂笔头
博客园
首页
新随笔
联系
管理
订阅
2017年7月25日
查看实例上面无主键的表
摘要: select t1.table_schema,t1.table_name from information_schema.tables t1 left outer join information_schema.TABLE_CONSTRAINTS t2 on t1.table_schema = t2.TABLE_SCHEMA and t1.table_name = t2.TABLE_NAM...
阅读全文
posted @ 2017-07-25 15:22 sunss
阅读(333)
评论(0)
推荐(0)
编辑
公告