关于多表联合查询的SQL语句。。。求解释下。。。。

Stringsql="selectdistinctf.*fromqx_grouppermita,qx_usergroupb,xt_user"+"c,qx_modeld,q... String sql = "select distinct f.* from qx_grouppermit a,qx_usergroup b,xt_user" +
" c,qx_model d,qx_model e,qx_model f where a.groupcode=b.groupcode " +
" and b.userid=c.userid and c.UserName='"+ UserName +"' and a.modelcode=d.modelcode " +" and d.parentmodel=e.modelcode and e.parentmodel=f.modelcode order by f.showorder";
展开
 我来答
guoweifyj
2011-09-30 · TA获得超过346个赞
知道小有建树答主
回答量:158
采纳率:100%
帮助的人:169万
展开全部
--T-SQL语句表示如下,没什么可说的 就是多表条件联接而已,取F表不重复的条件联接下的所有记录
--输入参数为UserName,最后再以f.showorder排序
select distinct f.*
from qx_grouppermit a,qx_usergroup b,xt_user c,qx_model d,qx_model e,qx_model f
where a.groupcode=b.groupcode
and b.userid=c.userid
and c.UserName=@UserName--输入参数@UserName
and a.modelcode=d.modelcode
and d.parentmodel=e.modelcode
and e.parentmodel=f.modelcode
order by f.showorder
sorrow08
2011-09-30 · TA获得超过1718个赞
知道小有建树答主
回答量:937
采纳率:0%
帮助的人:422万
展开全部
就一个多表查询的啊,还要怎么解释
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式