国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 開發 > PHP > 正文

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

2024-05-04 23:13:17
字體:
來源:轉載
供稿:網友

復制代碼 代碼如下:


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

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 确山县| 乌拉特前旗| 临夏市| 平舆县| 利津县| 称多县| 本溪市| 绩溪县| 清苑县| 台北县| 天水市| 绥中县| 衡山县| 邮箱| 阿克苏市| 静宁县| 夏津县| 东乌珠穆沁旗| 泰顺县| 承德县| 蓬安县| 遂川县| 明水县| 慈利县| 离岛区| 太谷县| 江华| 夹江县| 汨罗市| 饶平县| 武清区| 大足县| 濮阳县| 上栗县| 论坛| 改则县| 松原市| 资兴市| 谷城县| 郧西县| 长泰县|