打赏

星辰大海ゞ

That which does not kill us makes us stronger!

导航

时间比较方式等

alter user scott account unlock;

 

时间比较方式:

select * from emp where to_char(hiredate,'yyyy-mm-dd'')>'1982-01-01';

select * from emp where to_char(hiredate,'yyyy')='1980';

select * from emp where to_char(hiredate,'mm')='05';

 

select name, sal*13+nvl(comm,0)*13 年薪  from emp order by 年薪 desc;

posted on 2014-05-19 17:16  星辰大海ゞ  阅读(150)  评论(0编辑  收藏  举报