亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

mysql如何查詢近一周的數據

發布時間:2022-04-01 10:19:59 來源:億速云 閱讀:1585 作者:iii 欄目:MySQL數據庫

這篇文章主要介紹“mysql如何查詢近一周的數據”,在日常操作中,相信很多人在mysql如何查詢近一周的數據問題上存在疑惑,小編查閱了各式資料,整理出簡單好用的操作方法,希望對大家解答”mysql如何查詢近一周的數據”的疑惑有所幫助!接下來,請跟著小編一起來學習吧!

在mysql中,可以利用select語句查詢近一周的數據,語法為“select * from table  where DATE_SUB(CURDATE(), INTERVAL 7 DAY) <= date(column_time);”。

本教程操作環境:windows10系統、mysql8.0.22版本、Dell G3電腦。

mysql怎么查詢近一周的數據

語法如下:

select * from table  where DATE_SUB(CURDATE(), INTERVAL 7 DAY) <= date(column_time);

拓展知識:

查詢一天:

select * from table where to_days(column_time) = to_days(now());
select * from table where date(column_time) = curdate();

查詢一個月:

select * from table  where DATE_SUB(CURDATE(), INTERVAL INTERVAL 1 MONTH) <= date(column_time);

示例如下:

效果如圖(這里SQL語句中的一周范圍是指星期一到星期日,星期一為一周的第一天,因是8月11日查詢的,所以只顯示星期一到星期六的結果):

mysql如何查詢近一周的數據

日歷:

mysql如何查詢近一周的數據

簡單來說就是用今天的日期生成前七天的日期(利用union all命令),并根據星期一的日期條件刷選出本周的日期

        SELECT  DATE(subdate(curdate(),date_format(curdate(),'%w')-1)) as thisweek  
        union all  
        SELECT  DATE(DATE_ADD(subdate(curdate(),date_format(curdate(),'%w')-1), interval 1 day)) as thisweek  
        union all  
        SELECT  DATE(DATE_ADD(subdate(curdate(),date_format(curdate(),'%w')-1), interval 2 day)) as thisweek  
        union all  
        SELECT  DATE(DATE_ADD(subdate(curdate(),date_format(curdate(),'%w')-1), interval 3 day)) as thisweek  
        union all  
        SELECT  DATE(DATE_ADD(subdate(curdate(),date_format(curdate(),'%w')-1), interval 4 day)) as thisweek  
        union all  
        SELECT DATE(DATE_ADD(subdate(curdate(),date_format(curdate(),'%w')-1), interval 5 day)) as thisweek  
        union all  
        SELECT DATE(DATE_ADD(subdate(curdate(),date_format(curdate(),'%w')-1), interval 6 day)) as thisweek

mysql如何查詢近一周的數據

解析:

SELECT DATE(subdate(curdate(),date_format(curdate(),’%w’)-1))

得到的是這周的第一天(星期一到星期天為一周);也即8月6日

到此,關于“mysql如何查詢近一周的數據”的學習就結束了,希望能夠解決大家的疑惑。理論與實踐的搭配能更好的幫助大家學習,快去試試吧!若想繼續學習更多相關知識,請繼續關注億速云網站,小編會繼續努力為大家帶來更多實用的文章!

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

定远县| 新营市| 锦州市| 榕江县| 红河县| 石嘴山市| 仁化县| 黄梅县| 达拉特旗| 喜德县| 涿鹿县| 安乡县| 拉萨市| 治多县| 四平市| 舟山市| 云南省| 同德县| 太仆寺旗| 乌兰浩特市| 于都县| 南充市| 北京市| 邢台县| 库伦旗| 伊春市| 泗洪县| 青浦区| 鸡西市| 英吉沙县| 六盘水市| 通城县| 无极县| 陆良县| 福建省| 冀州市| 忻城县| 山西省| 榕江县| 井冈山市| 昌江|