注册
找回密码
账号 记住
8622
21
10439
0
18
标签名称:用户组稿件
sql语句:
[Post=20]
select count(id) as 文章数 from ks_article where articleinput in(select username from ks_user where groupid={$Param(0)})
[/Post]
循环体:
[loop=1]<li>{$Field(文章数,Num,0,2)}</li>[/loop]
调用:
个人会员稿件:{SQL_用户组稿件(5)}
企业会员稿件:{SQL_用户组稿件(6)}
select count(id) as 文章数 from ks_article where articleinput in(select username from ks_user where groupid in(5,6,7))
红色的就是要调用的用户组ID,由于sql标签不支持逗号,所以就不能用参数传递