当前位置 : 主页 > 数据库 > mysql >

mysql当前时间怎么表示

来源:互联网 收集:自由互联 发布时间:2021-08-19
表示mysql当前时间的方法:1、使用【current_timestamp】方法;2、使用【current_time】方法;3、使用【current_data】方法;4、使用【now()】方法;5、使用【curdate()】方法。 表示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视频教程

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

网友评论