select table_name
from user_tables a
where not exists (select *
from user_constraints b
where b.constraint_type = 'P'
and a.table_name = b.table_name)

转载:http://blog.itpub.net/20893244/viewspace-2132149/

最新文章

  1. HDU 4122 Alice's mooncake shop --RMQ
  2. rwsr-sr-x类似权限设置
  3. python_如何建立包
  4. <转>libjpeg解码内存中的jpeg数据
  5. Android getResources的作用和须要注意点
  6. js常用几种类方法实现
  7. NSOJ 畅通工程(并查集)
  8. php测试题
  9. Cocos2D iOS之旅:如何写一个敲地鼠游戏(十):创建游戏逻辑
  10. 想明白为什么C->D
  11. vs2017开发Node.js控制台程序
  12. sql 找出不包含字母、不包含汉字的数据
  13. com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQL syntax;问题的解决
  14. solidity数据位置-memory,storage和calldata
  15. <转>性能测试浅谈
  16. ARM 汇编的mov操作立即数的疑问
  17. 执行RF设置顶层测试套件的描述说明
  18. python使用opencv驱动摄像头
  19. Frida----frida tools的使用
  20. mysql 开启慢查询记录

热门文章

  1. 树状数组 LA 4329 亚洲赛北京赛区题
  2. 【hdu3544】 Alice's Game
  3. hdu - 5023 - A Corrupt Mayor's Performance Art(线段树)
  4. 【Beijing WC2012】 冻结
  5. python - 使用traceback获取详细的异常信息
  6. [IOI2005]Riv 河流
  7. 33. Extjs中的tree节点的操作
  8. 06_锅炉压力案例_progressbar实现
  9. sql让时间调前,调后的语句
  10. js实现页面的全屏与退出