mysql date函数
mysql中date函数是什么,怎么使用呢?不知道的小伙伴来看看小编今天的分享吧!
1、date函数简介:
MySQL数据库Date()日期函数,用于MySQL数据库查询当前日期,时间。
2、用法:
获取当前时间:
MySQL> select current_timestamp();
+---------------------+
| current_timestamp() |
+---------------------+
| 2010-01-18 21:24:37 |
+---------------------+
1 row in set (0.00 sec)
MySQL> select current_date();
+----------------+
| current_date() |
+----------------+
| 2010-01-18 |
+----------------+
1 row in set (0.00 sec)
MySQL> select current_time();
+----------------+
| current_time() |
+----------------+
| 21:24:46 |
+----------------+
1 row in set (0.00 sec)
Unix时间:
MySQL> select unix_timestamp();
+------------------+
| unix_timestamp() |
+------------------+
| 1263821184 |
+------------------+
1 row in set (0.00 sec)
MySQL> select from_unixtime(1263821182);
+---------------------------+
| from_unixtime(1263821182) |
+---------------------------+
| 2010-01-18 21:26:22 |
+---------------------------+
1 row in set (0.00 sec)
时间前后:
MySQL> select date_add(current_timestamp, interval 1 day);
+---------------------------------------------+
| date_add(current_timestamp, interval 1 day) |
+---------------------------------------------+
| 2010-01-19 21:27:53 |
+---------------------------------------------+
1 row in set (0.00 sec)
MySQL> select date_add(current_time, interval 1 day);
+----------------------------------------+
| date_add(current_time, interval 1 day) |
+----------------------------------------+
| NULL |
+----------------------------------------+
1 row in set, 1 warning (0.00 sec)
MySQL> select date_add(current_date, interval 1 day);
+----------------------------------------+
| date_add(current_date, interval 1 day) |
+----------------------------------------+
| 2010-01-19 |
+----------------------------------------+
1 row in set (0.00 sec)
MySQL> select date_sub(current_timestamp, interval 1 day);
+---------------------------------------------+
| date_sub(current_timestamp, interval 1 day) |
+---------------------------------------------+
| 2010-01-17 21:28:41 |
+---------------------------------------------+
1 row in set (0.00 sec)
MySQL> select date_sub(current_date, interval 1 day);
+----------------------------------------+
| date_sub(current_date, interval 1 day) |
+----------------------------------------+
| 2010-01-17 |
+----------------------------------------+
1 row in set (0.00 sec)
MySQL> select date_sub(current_time, interval 1 day);
+----------------------------------------+
| date_sub(current_time, interval 1 day) |
+----------------------------------------+
| NULL |
+----------------------------------------+
1 row in set, 1 warning (0.00 sec)
时间间隔:
MySQL> select datediff('2010-01-18','2010-01-17');
+-------------------------------------+
| datediff('2010-01-18','2010-01-17') |
+-------------------------------------+
| 1 |
+-------------------------------------+
1 row in set (0.00 sec)
MySQL> select timediff('2010-01-18 12:00','2010-01-17 11:00');
+-------------------------------------------------+
| timediff('2010-01-18 12:00','2010-01-17 11:00') |
+-------------------------------------------------+
| 25:00:00 |
+-------------------------------------------------+
1 row in set (0.00 sec)
时间转换:
MySQL> select time_to_sec('25:00:00');
+-------------------------+
| time_to_sec('25:00:00') |
+-------------------------+
| 90000 |
+-------------------------+
1 row in set (0.00 sec)
MySQL> select sec_to_time(90000);
+--------------------+
| sec_to_time(90000) |
+--------------------+
| 25:00:00 |
+--------------------+
1 row in set (0.00 sec)
-
酒后驾车扣证几个月?
酒后驾车一般是暂扣6个月驾驶证的,然后要接受7天考试和参加科目一考试合格后,才能拿回驾照。详细处理酒驾流程如下:1、凭交警开具的罚单,到市公安局交警支队违法处理大队业务窗口制作...
问答查看全文>> -
蔡徐坤巨c是什么意思 蔡徐坤巨c是什么梗
蔡徐坤巨c,该梗是因为在《偶像练习生》这个节目中,有一次出演主题曲EIEI的节目中,镜头给蔡徐坤的时间明显比其他人要长一些,但是有很多人并不认可他的实力,所以被网友嘲讽为巨c。...
热词查看全文>> -
2022国庆节祝贺祖国母亲71岁生日贺词
1、国庆到,假期到,闹朋友,闹旅游,你总得让我知道。国庆到,人人笑,陪家人,打麻将,你还得让我知道。国庆到,好事闹,到底干啥,你还是先让我知道。2、夜,明月照,合家团圆尽欢笑;...
句子查看全文>> -
2022面粉哪个牌子好 面粉十大品牌排行榜
为您整理了面粉哪个牌子好,分别有金像牌/GoldenStatueBrand、河套、香雪、金沙河、金龙鱼、中裕/ZHONGYU、新良、圣家、古船/GU CHUAN、香满园,告诉您...
品牌查看全文>>
推荐
- 1宝马330im落地价格多少钱?287
- 2车身打蜡有什么作用?281
- 38代高尔夫标配独立悬架吗119
- 4吃货的日常朋友圈文案说说 吃吃喝喝的高级文案短句129
- 5花生米贮藏方法480
- 6形容天空很美的句子发朋友圈245
- 7宝马的火花塞多久更换一次?392
- 8外省户口没迁在沈阳能买社宝吗251