[求助]新手查询语句问题
<%dim tid
tid=session("id")
if tid="" then tid=0
set rs=server.createobject("adodb.recordset")
strsql="select * from main where xs=true or id="&tid
rs.open strsql,conn,1,1
%>
我要在
strsql="select * from main where xs=true or id="&tid
后面加 order by id desc
可不知道怎么加,老是出错,求解!!
谢谢