文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
php爱好者> php文档>oracle faq

oracle faq

时间:2010-07-30  来源:deargentle

 字典
oracle_dictionaries    数据字典表(user_tables,user_views……)
desc user_tables;                  //当前用户下有多少张表
select table_name from user_tables;   //当前用户下有多少张表
select view_name from user_views;    //当前用户下有多少张视图
select constraint_name from user_constraints;   //当前用户下有多少约束
desc user_constraints;
select constraint_name, table_name from user_constraints;//约束在哪张表


//多少张数据字典表
desc dictionary
table_name     //数据字典表名字   包括 user_tables
comments       //?

相关阅读 更多 +
排行榜 更多 +
辰域智控app

辰域智控app

系统工具 下载
网医联盟app

网医联盟app

运动健身 下载
汇丰汇选App

汇丰汇选App

金融理财 下载