如何用SQl语句只读取日期的年份和月份
stringsql="selectCount(*)fromHostel_UtilityBillswherelodIDin"+"(selectLodgingIdfromHo...
string sql = "select Count(*) from Hostel_UtilityBills where lodID in" +
" (select LodgingId from Hostel_LodgingInfo where StuStateId=3) and HostID=" + hostID+" and TollDate="+time;
我写的一段代码, 但我只要根据TollDate的年份和月份查询数据,time参数传递的日期为正常日期
自己解决了,有个函数year(TollDate),month(TollDate),比较年和月,谢谢大家 展开
" (select LodgingId from Hostel_LodgingInfo where StuStateId=3) and HostID=" + hostID+" and TollDate="+time;
我写的一段代码, 但我只要根据TollDate的年份和月份查询数据,time参数传递的日期为正常日期
自己解决了,有个函数year(TollDate),month(TollDate),比较年和月,谢谢大家 展开
2个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询
广告 您可能关注的内容 |