select * from emp where extract(year from hiredate)=1981 and extract(month from hiredate)>6;
结果:
本文主要是介绍求1981年下半年入职的员工,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
select * from emp where extract(year from hiredate)=1981 and extract(month from hiredate)>6;
结果:
转载于:https://www.cnblogs.com/feng666666/p/5900267.html
这篇关于求1981年下半年入职的员工的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!
http://www.chinasem.cn/article/337057。
23002807@qq.com