获取字段中为空的内容[已解决,呵呵]
老师们:我想查询表中为"空"的内容,我是下面写的,但是错了,怎么改呀?谢谢!
表名:A
字段:B
<%
set rs=Server.CreateObject("ADODB.RecordSet")
sql="select * from A where X = "&trim(request("XX"))&" and B = " ""
rs.open sql,conn,1,1
%>
[[it] 本帖最后由 anjincheng 于 2008-6-11 13:12 编辑 [/it]]
[[it] 本帖最后由 anjincheng 于 2008-6-11 15:06 编辑 [/it]]
[[it] 本帖最后由 anjincheng 于 2008-6-11 15:07 编辑 [/it]]
[[it] 本帖最后由 anjincheng 于 2008-6-11 15:32 编辑 [/it]]