主题:order by问题
<%set rs=server.createObject("adodb.recordSet")
sql="select * from buyer where 1=1"
if bid2<>"" then
sql=sql & "and bid="&bid2
end if
if tbtype2<>"" then
sql=sql & "and bbtype='"&tbtype2&"'"
end if
我要按bid2来排序,要怎样写?
sql="select * from buyer where 1=1"
if bid2<>"" then
sql=sql & "and bid="&bid2
end if
if tbtype2<>"" then
sql=sql & "and bbtype='"&tbtype2&"'"
end if
我要按bid2来排序,要怎样写?