暂无图片
MySQL当前时间怎么表示?
我来答
分享
Bigbig
2021-10-08
MySQL当前时间怎么表示?

MySQL当前时间怎么表示?

我来答
添加附件
收藏
分享
问题补充
2条回答
默认
最新
薛晓刚

select now()

暂无图片 评论
暂无图片 有用 0
打赏 0
刘广

方法一:select current_timestamp() from dual;

方法二:select current_time() from dual;

方法三:select current_date() from dual;

方法四:select curdate() from dual;

方法五:select curtime() from dual;

如果能帮到您,麻烦您点下采纳,谢谢!

暂无图片 评论
暂无图片 有用 0
打赏 0
回答交流
Markdown


请输入正文
提交