表示mysql目前時間的方法:1、使用【current_timestamp】方法;2、使用【current_time】方法;3、使用【current_data】方法;4、使用【now()】方法;5、使用【curdate()】方法。
表示mysql目前時間的方法:
1、current_timestamp
2、current_time
3、current_data
4、now()
#5、curdate()
#6、curtime()
# #將目前時間插入資料庫insert into t_login(user_id,login_time) values (1,CURRENT_TIMESTAMP);
相關免費學習推薦:
以上是mysql當前時間怎麼表示的詳細內容。更多資訊請關注PHP中文網其他相關文章!