关于sql 问题??
selecttop8*fromsalewherexxlb='4'andsh='1'andreg_type='1'orderbydateandtimedesc出来的不是8个...
select top 8 * from sale where xxlb='4' and sh='1' and reg_type='1' order by dateandtime desc
出来的不是8个,求高手指教?? 展开
出来的不是8个,求高手指教?? 展开
展开全部
where xxlb='4' and sh='1' and reg_type='1' 经过它的过滤后结果集应该小于8行了,所以你的 top 8 没有 8行。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
可能是数据库里的数据没到8个。。
top num 取到的数据 是总数据超高8个 才会取出8条数据
top num 取到的数据 是总数据超高8个 才会取出8条数据
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
满足条件的没有8行,你可以首先使用
select * from sale where xxlb='4' and sh='1' and reg_type='1' order by dateandtime desc 查询所有的数据,看下是不是不足8行
select * from sale where xxlb='4' and sh='1' and reg_type='1' order by dateandtime desc 查询所有的数据,看下是不是不足8行
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
我猜不是8行,应该是少于8行吧,说明条件满足的条数不足8行了
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询