コードをコピーします コードは次のとおりです:
select FROM_UNIXTIME(pubtime, '%Y-%m') as pubtime, count( *) FROM_UNIXTIME(pubtime, '%Y-%m') による記事グループの cnt として
コードをコピー コードは次のとおりです:
select FROM_UNIXTIME(pubtime, '%Y-%m-%d') as pubtime、count(*) as cnt from記事グループ FROM_UNIXTIME(pubtime, '%Y-%m-%d')
コードをコピーします コードは次のとおりです:
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') `ID` による順序制限 0,7