sql查询语句 ……select * from table1 where tid in ( select tid from where tid2 = 0)
sql查询语句 ……select * from table1 where tid in ( select tid from where tid2 = 0)
日期:2011-10-17 15:24:47 人气:1
这个前面加个判断就行
不过你的这个
Set FRS=DB_CONN.EXECUTE("select * from [FavoriteUsers] where [Owneruserid]="&Cookies("UserID"))'读取好友列表
貌似存在注入呀,小心小心你的Cookie别让人给改了