2015年4月22日

oracle常用查询三

摘要: 查询跟索引有关的数据字典时,可以用下面这条SQL语句: SQL>select * from dictionary where instr(comments,'index')>0; 如果我们想知道user_indexes表各字段名称的详细含义,可以用下面这条SQL语句: S... 阅读全文

posted @ 2015-04-22 15:28 遠離塵世の方舟 阅读(206) 评论(0) 推荐(0) 编辑

导航