久久调教,免费看黄色影片,www五月,国产精品免费一区二区区,亚洲欧美日韩综合一区,亚洲欧美日韩精品在线,2021免费日韩视频网

龍巖易富通網(wǎng)絡(luò)科技有限公司

龍巖小程序開(kāi)發(fā),龍巖分銷(xiāo)系統(tǒng)

thinkphp left join查詢(xún)

2015.09.10 | 794閱讀 | 0條評(píng)論 | php

一個(gè)表xpf_categories??一個(gè)表xpf_log 原生態(tài)sql: select?xpf_categories.*,count(xpf_log.categoryid)?as?num?from?xpf_categories?left?join?xpf_log?on?xpf_categories.id=xpf_log.categoryid?group?by?xpf_categories.id;   thinkphp?下: $categories=M("Categories"); $category=$categories->table('xpf_categories')->join('xpf_log?on?xpf_categories.id=xpf_log.categoryid')->field('xpf_categories.*,count(xpf_log.categoryid)?as?artnum')->group('xpf_log.categoryid')->select();

贊 (

發(fā)表評(píng)論