微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

mysql当前时间怎么表示

表示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视频教程

原文地址:https://www.jb51.cc/mysql/1208941.html

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。

相关推荐