SQL数据库。按年,月,日查询
生活随笔
收集整理的这篇文章主要介绍了
SQL数据库。按年,月,日查询
小编觉得挺不错的,现在分享给大家,帮大家做个参考.
select * from pop where year(pdate)=年份 and month(pdate)>1 and month(pdate)<3
select * from Mall_Coupons where year(StartDate)=2011 and month(StartDate)>12 and month(StartDate)<2
select * from Mall_Coupons where year(StartDate)=2011 and month(StartDate)>12 and month(StartDate)<2
转载于:https://www.cnblogs.com/wybshyy/p/5847894.html
总结
以上是生活随笔为你收集整理的SQL数据库。按年,月,日查询的全部内容,希望文章能够帮你解决所遇到的问题。
- 上一篇: springboot webservic
- 下一篇: Redis分布式锁—SETNX+Lua脚