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()显示全…