色尼玛亚洲综合影院,亚洲3atv精品一区二区三区,麻豆freexxxx性91精品,欧美在线91

PHP文章按日期(月日)SQL歸檔語句

復制代碼 代碼如下:
select FROM_UNIXTIME(pubtime, '%Y-%m') as pubtime, count(*) as cnt from articles group by FROM_UNIXTIME(pubtime, '%Y-%m')

php文章按日期(日)SQL歸檔
復制代碼 代碼如下:
select FROM_UNIXTIME(pubtime, '%Y-%m-%d') as pubtime, count(*) as cnt from articles group by FROM_UNIXTIME(pubtime, '%Y-%m-%d')

非時間戳日期格式歸檔(date_format格式化日期)
復制代碼 代碼如下:
select date_format(`post_date`,'%Y%m%d') as pubtime, count(*) as cnt from wp_posts where `post_status`='publish' group by date_format(`post_date`,'%Y%m%d') order by `ID` desc
select date_format(`post_date`,'%Y%m%d') as pubtime,date_format(`post_date`,'%m 月 %d 日') as shijian,count(*) as cnt from wp_posts where `post_status`='publish' group by date_format(`post_date`,'%Y%m%d') order by `ID` desc limit 0,7

php技術PHP文章按日期(月日)SQL歸檔語句,轉載需保留來源!

鄭重聲明:本文版權歸原作者所有,轉載文章僅為傳播更多信息之目的,如作者信息標記有誤,請第一時間聯系我們修改或刪除,多謝。

主站蜘蛛池模板: 仙游县| 同心县| 铁力市| 隆化县| 万全县| 易门县| 西城区| 万年县| 新丰县| 祥云县| 磐安县| 龙游县| 永仁县| 南通市| 巧家县| 静乐县| 华蓥市| 台中市| 宜春市| 万宁市| 榆树市| 防城港市| 盐池县| 鸡西市| 白城市| 高青县| 莱阳市| 浦东新区| 丹东市| 珲春市| 安泽县| 鄂温| 威信县| 昔阳县| 鄢陵县| 无极县| 瑞昌市| 海口市| 剑川县| 石阡县| 隆德县|