10月27日🔗
  • 设置只读事物 set transaction read only

  • 常用函数 lower(ename) upper(ename) length(ename) substr(ename,1,3) replace(ename,’A’,’我是A’) round(comm,1)//考虑四舍五入 trunc(comm,1)//不考虑四舍五入 floor(comm)//向下取整 ceil(comm)//向上取整 add_months: sysdate>=add_months(hiredate,12*10); last_day


备份地址: 【Oracle笔记(一)