ASP 查询条件查询一直写不对
这个查询语句怎么写都不对,帮忙看看怎么个情况..-----------------------sql="selecttop12*fromdb_produce_showwh...
这个查询语句 怎么写都不对 , 帮忙看看怎么个情况..
-----------------------
sql="select top 12 * from db_produce_show where db_rice > '5000' and db_rice< '10000' order by db_id order by db_id Asc"
------------------------
要找5000~10000的数据 展开
-----------------------
sql="select top 12 * from db_produce_show where db_rice > '5000' and db_rice< '10000' order by db_id order by db_id Asc"
------------------------
要找5000~10000的数据 展开
展开全部
sql="select top 12 * from db_produce_show where db_rice > '5000' and db_rice< '10000' order by db_id order by db_id Asc"
有两个问题,db_rice 是什么数据类型,如果不是字符串这一类的不用加单引号。后面的排序,order by,只要一个order by就行了,你写两次干嘛
这样改试试
sql="select top 12 * from db_produce_show where db_rice > 5000 and db_rice< 10000 order by db_id Asc"
有两个问题,db_rice 是什么数据类型,如果不是字符串这一类的不用加单引号。后面的排序,order by,只要一个order by就行了,你写两次干嘛
这样改试试
sql="select top 12 * from db_produce_show where db_rice > 5000 and db_rice< 10000 order by db_id Asc"
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
sql="select top 12 * from db_produce_show where db_rice >'5000 and db_rice< 10000 order by db_id order by db_id Asc"
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询