参考网址:http://www.w3school.com.cn/sql/sql_dates.asp

1 CONVERT(char(10), PassedDate, 120),
2 DATEADD(day, DATEDIFF(day, 0, PassedDate), 0)

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-12-30
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-12-05
相关资源
相似解决方案