mssql 语句 优化

rs.open"select*,(selectshfrom[gy_list]wheredd_id=[dd_list].id)assh,(selectsh_timefrom... rs.open "select *,(select sh from [gy_list] where dd_id=[dd_list].id) as sh,(select sh_time from [gy_list] where dd_id=[dd_list].id) as sh_time,(select sh_name from [gy_list] where dd_id=[dd_list].id) as sh_name from [dd_list] "&ss&" order by id desc",conn,1,1

rs1.open "select scdw from [scjh] where dd_id="&rs("id")&"",conn,1,1
do while not rs1.eof
scdw=scdw&" "&rs1("scdw")&""
rs1.movenext
loop
rs1.close

rs.close
展开
 我来答
guoweifyj
2011-10-07 · TA获得超过346个赞
知道小有建树答主
回答量:158
采纳率:100%
帮助的人:169万
展开全部
select *,(select sh from [gy_list] where dd_id=[dd_list].id) as sh,
(select sh_time from [gy_list] where dd_id=[dd_list].id) as sh_time,
(select sh_name from [gy_list] where dd_id=[dd_list].id) as sh_name
from [dd_list]
order by id desc
--等价于下面,把A.*换成你具体需要的列字段,SELECT * ..要尽量不用
SELECT A.*,B.sh,B.sh_time,B.sh_name
FROM [dd_list] A,[gy_list] B
WHERE A.ID=B.dd_id
cy_paul
2011-10-07 · TA获得超过821个赞
知道小有建树答主
回答量:769
采纳率:100%
帮助的人:243万
展开全部
不要用select * ,而是指定具体的列名
对字符型列使用 RTRIM() 清除多余的空格.
子查询并不比内联接快!
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
ccjjrr123
2011-10-13
知道答主
回答量:67
采纳率:0%
帮助的人:16.4万
展开全部
....
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 更多回答(1)
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

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

类别

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

说明

0/200

提交
取消

辅 助

模 式