28,406
社区成员
发帖
与我相关
我的任务
分享
exec = "select * from article where claz = '" & request.querystring("claz") & "' order by time desc"
exec = "select * from article where claz = " & request.querystring("claz") & " order by time desc"
exec="select * from article where claz='" & request.querystring("claz") & "' order by [time] desc"
exec="select * from article where claz=" & request.querystring("claz") & " order by [time] desc"