当前位置:网站首页>MySQL 一些函数
MySQL 一些函数
2022-08-03 05:11:00 【张童瑶】
时间占位符
年(四位数字) | 年(后两位数字) | 月 | 日 | 小时(24进制) | 小时(12进制) | 分钟 | 秒 |
---|---|---|---|---|---|---|---|
%Y | %y | %m | %d | %H | %h | %i | %s或%S |
时间函数
#时间格式化字符 年月日时分秒
'%Y-%m-%d-%H-%i-%s'
#时间格式化字符 年月日
'%Y-%m-%d- #加1天 select date_format(now(),'%Y-%m-%d') + interval 1 day #加1小时 select date_format(now(),'%Y-%m-%d-%H-%i-%s') + interval 1 hour #加一分钟 select date_format(now(),'%Y-%m-%d-%H-%i-%s') + interval 1 minute
有时间整理
地址:https://blog.csdn.net/yamadeee/article/details/80137780
https://blog.csdn.net/weixin_61503139/article/details/124404562
https://www.csdn.net/tags/NtDaQg2sMjE2Ny1ibG9n.html
http://www.136.la/mysql/show-46440.html
我的其他文章
我的网站
边栏推荐
猜你喜欢
曲线特征----曲线弯曲程度的探究
Power button 561. An array of split
1230: 蜂巢
阿里云对象存储oss私有桶生成链接
跨域错误的原因及处理方法
如何不耍流氓的做运维之-SHELL脚本
机器码介绍
Install IIS services (Internet Information Services (Internet Information Services, abbreviated IIS, Internet Information Services)
Newifi路由器第三方固件玩机教程,这个路由比你想的更强大以及智能_Newifi y1刷机_smzdm
Djiango第四次培训笔记
随机推荐
ss-1.curl (cloud-provider-payment8001)
Tag stack - stack monotonically preparatory knowledge - lt. 739. The daily temperature
阿凡提的难题
7.18(7)
7.15(6)
1095 解码PAT准考证 (25 分)(C语言)
求因子数量
Presto installation and deployment tutorial
7.8(6)
-钞票兑换-
web安全-命令执行漏洞
breed Web刷机升级详细教材修正编译器固件说明_itkeji.top
Newifi路由器第三方固件玩机教程,这个路由比你想的更强大以及智能_Newifi y1刷机_smzdm
Apache DolphinScheduler版本2.0.5分布式集群的安装
Js学习笔记(四)
idea uses @Autowired annotation to explain the reasons and solutions
-查找数-
1230: 蜂巢
Pr第四次培训笔记
对角矩阵(diagonal matrix)