当前位置:Gxlcms > mysql > mysql当前时间怎么表示

mysql当前时间怎么表示

时间:2021-07-01 10:21:17 帮助过:193人阅读

表示mysql当前时间的方法:1、使用【current_timestamp】方法;2、使用【current_time】方法;3、使用【current_data】方法;4、使用【now()】方法;5、使用【curdate()】方法。

表示mysql当前时间的方法:

1、current_timestamp

b89f23f6ad8a32ca10de1d81a0fc1be.png

2、current_time

700da70cd3d5f238f5d80cff21572ea.png

3、current_data

29222494307ee208bdeac407df24b96.png

4、now()

b8b599a889658c934f332482210261a.png

5、curdate()

6118eb1b9c34cd01423f602ded3467b.png

6、curtime()

c18d80cecbf04a4b2a77a883bf59abe.png

将当前时间插入数据库

insert into t_login(user_id,login_time) values (1,CURRENT_TIMESTAMP);

相关免费学习推荐:mysql视频教程

以上就是mysql当前时间怎么表示的详细内容,更多请关注gxlcms其它相关文章!

人气教程排行