select year(getdate())*10000+((month(getdate())/3)*3+1)*100 + 1 --季度第一天

select year(getdate())*10000+((month(getdate())/3)*3+3)*100 + 31  --季度最后一天

 

相关文章:

  • 2022-01-04
  • 2022-02-08
  • 2021-08-14
  • 2022-12-23
  • 2022-12-23
  • 2021-12-24
  • 2021-12-11
猜你喜欢
  • 2022-12-23
  • 2022-02-16
  • 2022-12-23
  • 2022-01-13
  • 2021-12-18
  • 2022-01-14
相关资源
相似解决方案