select * from wap_content where week(created_at) = week(now)
創新互聯是一家專業提供黃石港企業網站建設,專注與網站設計制作、網站制作、H5高端網站建設、小程序制作等業務。10年已為黃石港眾多企業、政府機構等服務。創新互聯專業網站制作公司優惠進行中。
如果你要嚴格要求是某一年的,那可以這樣
查詢一天:
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 7 DAY) = date(column_time);
查詢一個月:
select * from table where DATE_SUB(CURDATE(), INTERVAL INTERVAL 1 MONTH) = date(column_time);
mysql中怎么查詢一周內,三個月內\x0d\x0a使用sql語句查詢日期在一周內的數據\x0d\x0aselect * from ShopOrder where datediff(week,ordTime,getdate()-1)=0 //查詢當天日期在一周年的數據\x0d\x0aselect * from ShopOrder where datediff(day,ordTime,getdate()-1)=0 //查詢當天的所有數據\x0d\x0a SELECT * FROM A where datediff(d,datetime,getdate())
回答于?2022-12-11
查詢當前這周的數據
SELECT name,submittime FROM enterprise WHERE YEARWEEK(date_format(submittime,'%Y-%m-%d')) = YEARWEEK(now());
查詢上周的數據
SELECT name,submittime FROM enterprise WHERE YEARWEEK(date_format(submittime,'%Y-%m-%d')) = YEARWEEK(now())-1;
查詢當前月份的數據
select name,submittime from enterprise where date_format(submittime,'%Y-%m')=date_format(now(),'%Y-%m')
網頁名稱:mysql怎么對一周數據 mysql查詢一周內的記錄
文章URL:http://vcdvsql.cn/article44/ddcsihe.html
成都網站建設公司_創新互聯,為您提供網站排名、企業網站制作、虛擬主機、微信小程序、做網站、用戶體驗
聲明:本網站發布的內容(圖片、視頻和文字)以用戶投稿、用戶轉載內容為主,如果涉及侵權請盡快告知,我們將會在第一時間刪除。文章觀點不代表本網站立場,如需處理請聯系客服。電話:028-86922220;郵箱:631063699@qq.com。內容未經允許不得轉載,或轉載時需注明來源: 創新互聯