asp中如何实现查询多个条件我找了好多不是自己想要的
<%sql="select*fromP_infowherep_type='石塑地砖系列'and'卷材系列'and'彩晶板系列'and'木地板系列'orderbyp_idd...
<%
sql="select * from P_info where p_type='石塑地砖系列' and '卷材系列' and '彩晶板系列' and '木地板系列' order by p_id desc"
set rs=server.createobject("adodb.recordset")
rs.open sql,conn,3
tempp=0
%>
这样写“'石塑地砖系列' and '卷材系列' and '彩晶板系列' ”前面这段的内容能出来,可是后面的 and '木地板系列' 内容出不来啊,求大家帮帮忙 展开
sql="select * from P_info where p_type='石塑地砖系列' and '卷材系列' and '彩晶板系列' and '木地板系列' order by p_id desc"
set rs=server.createobject("adodb.recordset")
rs.open sql,conn,3
tempp=0
%>
这样写“'石塑地砖系列' and '卷材系列' and '彩晶板系列' ”前面这段的内容能出来,可是后面的 and '木地板系列' 内容出不来啊,求大家帮帮忙 展开
1个回答
2011-04-18
展开全部
分开写!
sql="select * from P_info where p_type='石塑地砖系列' or p_type='卷材系列' or ' p_type='彩晶板系列' or p_type='木地板系列' order by p_id desc"
应该是用 或 (or)连接 , p_type用 and 不可能等于这么多项能查出来数据。。
sql="select * from P_info where p_type='石塑地砖系列' or p_type='卷材系列' or ' p_type='彩晶板系列' or p_type='木地板系列' order by p_id desc"
应该是用 或 (or)连接 , p_type用 and 不可能等于这么多项能查出来数据。。
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询