设置read committed 隔离(oracle 默认隔离级别) set transacti...
1、查找表的所有索引(包括索引名,类型,构成列): select t.*,i.index_type from user_ind_col...
2个日期相减,得到的结果是相差的天数,2个日期不能相加。加减日select ename,emp.hiredate - 5 from emp;select e...