current_time
-
Mysql中current_time/current_date()与now()区别是什么
current_date()只显示的是当前时间的日期 例如:select current_date() from a ;结果:2021-08-25 current_time()只显示当前时间的时分秒 例如:select CURRENT_TIME() from a ;14:07:06 now()显示全…
current_date()只显示的是当前时间的日期 例如:select current_date() from a ;结果:2021-08-25 current_time()只显示当前时间的时分秒 例如:select CURRENT_TIME() from a ;14:07:06 now()显示全…