SQL How to get the current day month and year

左手的ㄟ右手 2022-04-22 12:00 232阅读 0赞

分享一下我老师大神的人工智能教程!零基础,通俗易懂!http://blog.csdn.net/jiangjunshow

也欢迎大家转载本篇文章。分享知识,造福人民,实现我们中华民族伟大复兴!

It’s really easy to find the current day, month and year in SQL Server using its inbuilt functions.

  • Get current day - DAY(GETDATE())
  • Get current month - MONTH(GETDATE())
  • Get current year - YEAR(GETDATE())



给我老师的人工智能教程打call!http://blog.csdn.net/jiangjunshow

这里写图片描述

发表评论

表情:
评论列表 (有 0 条评论,232人围观)

还没有评论,来说两句吧...

相关阅读