本文介绍了如何找出一个特定员工的信息之间的开始和结束的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我是项目中的某个点请告诉我查询确定.............
i am struct at one point in the project please tell me that query ok.............
推荐答案
select * from tblemployee where startdate> startdateVariable and enddate< enddatevariable.
startdateVariable和enddatevariable将从UI传递。
startdateVariable and enddatevariable will be passed from the UI.
这篇关于如何找出一个特定员工的信息之间的开始和结束的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!