当前位置:家常菜>百科>科技>正文

mysql date函数

人气:123 ℃/2023-10-23 19:26:15

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。...

    热词查看全文>>
  • 车漆发黄能补漆吗?

    当然可以啦,车漆发黄可以使用以下办法处理:1、浅度划痕的话,我们可以用到家里的牙膏来帮忙。只需要净牙膏涂抹在有划痕的地方,然后用柔软的海绵逆时针反复擦洗,几分钟后,就能去除轻微...

    问答查看全文>>
  • 2022国庆节祝贺祖国母亲71岁生日贺词

    1、国庆到,假期到,闹朋友,闹旅游,你总得让我知道。国庆到,人人笑,陪家人,打麻将,你还得让我知道。国庆到,好事闹,到底干啥,你还是先让我知道。2、夜,明月照,合家团圆尽欢笑;...

    句子查看全文>>
  • 2022面粉哪个牌子好 面粉十大品牌排行榜

    为您整理了面粉哪个牌子好,分别有金像牌/GoldenStatueBrand、河套、香雪、金沙河、金龙鱼、中裕/ZHONGYU、新良、圣家、古船/GU CHUAN、香满园,告诉您...

    品牌查看全文>>
本网站部分内容、图文来自于网络,如有内容侵犯您的合法权益,请及时与我们联系,我们将第一时间安排核实及删除!
CopyRight © 2007-2024 家常菜 All Rights Reserved. 手机版