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 '木地板系列' 内容出不来啊,求大家帮帮忙
展开
 我来答
匿名用户
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 不可能等于这么多项能查出来数据。。
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式