1 18
select ks.id, ks.keyword, count(d.keyword) as count1 from
(select id,keyword from keywords where pid=『父亲ID』) ks
left join keywords d on d.pid=ks.id group by ks.id
Leave a Reply
You must be logged in to post a comment.
select ks.id, ks.keyword, count(d.keyword) as count1 from
(select id,keyword from keywords where pid=『父亲ID』) ks
left join keywords d on d.pid=ks.id group by ks.id
You must be logged in to post a comment.
Recent Comments