求大神帮我把这段原生SQL语句转成TP5的谢谢!就是Db::('name')->这种链式操作的
'select a.id, a.title,a.create_time,a.is_solve,count(b.qid) as answer_count from fa_question a,fa_answer b where a.id=b.qid and a.is_solve=0 group by b.qid order by answer_count DESC LIMIT 6';
求大神帮我把这段原生SQL语句转成TP5的谢谢!就是Db::('name')->这种链式操作的
'select a.id, a.title,a.create_time,a.is_solve,count(b.qid) as answer_count from fa_question a,fa_answer b where a.id=b.qid and a.is_solve=0 group by b.qid order by answer_count DESC LIMIT 6';
4 回答1.3k 阅读✓ 已解决
8 回答1.2k 阅读
2 回答1.3k 阅读✓ 已解决
3 回答1k 阅读✓ 已解决
1 回答980 阅读✓ 已解决
2 回答845 阅读✓ 已解决
2 回答1.7k 阅读
附上手册,多看看手册https://www.kancloud.cn/manua...