sql语句在SQL执行中可以执行并返回正确结果,但是在ASP中执行,虽然没有报错,但是没有返回结果
selectdistinctbigclassfrom(select*fromtypewherethird<>''orderbybid,sid,tid),在sql执行器中,...
select distinct bigclass from (select * from type where third<>'' order by bid,sid,tid),在sql执行器中,查询出了我要的结果,但是在asp中没有结果
展开
1个回答
展开全部
select distinct bigclass from type where bid in (select bid from type where third<>'' order by bid,sid,tid)这样试试,选择某个id然后在用where语句关联~~~
更多追问追答
追问
还是不行。在执行器是可以的,但在ASP中还是不行
追答
好像distinct用法错误了,你如果要用这个,,order by里面也要出现这个的排序哦
select distinct bigclass from type where bid in (select bid from type where third'' order by bid,sid,tid ,bigclass)试试,
参考资料:http://www.seopaas.com/seo/ShowArticle.asp?ArticleID=145
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询