当前位置: 网学 > 编程文档 > PHP > 正文

PHP文章按日期(月日)SQL归档语句

来源:Http://myeducs.cn 联系QQ:点击这里给我发消息 作者: 用户投稿 来源: 网络 发布时间: 13/06/18

【编者按】:网学网PHP为您提供PHP文章按日期(月日)SQL归档语句参考,解决您在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

网学推荐

免费论文

原创论文

浏览:
设为首页 | 加入收藏 | 论文首页 | 论文专题 | 设计下载 | 网学软件 | 论文模板 | 论文资源 | 程序设计 | 关于网学 | 站内搜索 | 网学留言 | 友情链接 | 资料中心
版权所有 QQ:3710167 邮箱:3710167@qq.com 网学网 [Myeducs.cn] 您电脑的分辨率是 像素
Copyright 2008-2015 myeducs.Cn www.myeducs.Cn All Rights Reserved
湘ICP备09003080号