求1981年下半年入职的员工
时间:2016-09-23 16:24:32
收藏:0
阅读:234

select * from emp where extract(year from hiredate)=1981 and extract(month from hiredate)>6;
结果:

原文:http://www.cnblogs.com/feng666666/p/5900267.html
评论(0)