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脚