asp 中 order by 问题
sSql="select*fromView_ProductPicwherePIP_bBigFlag=1andPI_iType="&PI_iType&sSearchCond...
sSql = "select * from View_ProductPic where PIP_bBigFlag=1 and PI_iType=" & PI_iType & sSearchCondition
上面是一个sql语句,现在想加上order by PIP_sort
下面我这样写是错误的.请问怎样写才对呢?
sSql = "select * from View_ProductPic where PIP_bBigFlag=1 and PI_iType=" & PI_iType & sSearchCondition order by PIP_sort 展开
上面是一个sql语句,现在想加上order by PIP_sort
下面我这样写是错误的.请问怎样写才对呢?
sSql = "select * from View_ProductPic where PIP_bBigFlag=1 and PI_iType=" & PI_iType & sSearchCondition order by PIP_sort 展开
4个回答
展开全部
提问者的问题有点问题哟?首先你的 PI_iType是什么数据类型, sSearchCondition 又是什么数据类型,还有PIP_sort 又是什么数据类型,
先不说PIP_sort 这个,先说前面的那个条件.不同的数据类型有不同的写法.有加有这样加的'"&&' 也有这样加的"&&" .还有'' 你自己都不清楚.别人也不知道怎么回答你.
先不说PIP_sort 这个,先说前面的那个条件.不同的数据类型有不同的写法.有加有这样加的'"&&' 也有这样加的"&&" .还有'' 你自己都不清楚.别人也不知道怎么回答你.
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
sSql = "select * from View_ProductPic where PIP_bBigFlag=1 and PI_iType=" & PI_iType & sSearchCondition&" order by PIP_sort" 一楼不知道请不要乱说.
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
你须要加“ &" ”后才能在加你的那句,而且在你的那句以后还要加“ " ”。
参考资料: 如果您的回答是从其他地方引用,请表明出处
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
sSql = "select * from View_ProductPic where PIP_bBigFlag=1 and PI_iType=" & PI_iType & sSearchCondition
sSql=sSql&" order by PIP_sort"
sSql=sSql&" order by PIP_sort"
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询