mysql当前时间怎么表示

coldplay.xixi
coldplay.xixi 原创
2020-11-02 15:58:32 7442浏览

表示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当前时间怎么表示的详细内容,更多请关注php中文网其它相关文章!

声明:本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn核实处理。