注册
找回密码
账号 记住
8603
21
10439
0
18
select count(id) as 文章数 from ks_article where articleinput in(select username from ks_user where groupid in(5,6,7))
红色的就是要调用的用户组ID,由于sql标签不支持逗号,所以就不能用参数传递
22
哦,知道了,谢谢