mysql date函数怎么用
1 回答
浮云间
TA贡献1829条经验 获得超4个赞
mysql date函数怎么用
获得当前日期+时间(date + time)函数:now()
除了 now() 函数能获得当前的日期时间外,MySQL 中还有下面的函数:
current_timestamp() current_timestamp
localtime() localtime
localtimestamp() localtimestamp
这些日期时间函数,都等同于 now()。鉴于 now() 函数简短易记,建议总是使用 now() 来替代上面列出的函数。
添加回答
举报
0/150
提交
取消