摘要: --上一月,上一年 select add_months(sysdate,-1) last_month,add_months(sysdate,-12) last_year from dual; --下一月,下一年 select add_months(sysdate,1) last_month,add_months(sysdate,12) last_year from dual; --当月最后一... 阅读全文
posted @ 2018-11-27 11:43 ®Geovin Du Dream Park™ 阅读(387) 评论(0) 推荐(0)
摘要: ---https://docs.oracle.com/cd/B19306_01/server.102/b14200/statements_8003.htm drop user geovin; drop user geovindu; create user geovindu identified by ORCA; --oracle用户创建及权限设置 create user geovin ... 阅读全文
posted @ 2018-11-27 10:03 ®Geovin Du Dream Park™ 阅读(332) 评论(0) 推荐(0)