[求助]关于多条件查询的问题!
我建了两个表第一个是buluo_join
结构为:id,buluo_id,user_id
第二个表是buluo_topic
结构为:id,topic_id,title
现在会员登陆后会生成一个session("user_id")
我从buluo_join中查询user_id=session("user_id")的数据,读取出buluo_id
符合条件的buluo_id有多个,
下一步如何从buluo_topic中查询出topic_id=buluo_id的数据呢?
我写一个,但是始终没有结果,一运行就死机!
我写的查询语句如下:
sql="select * form buluo_topic where topic_id=(select buluo_id form buluo_join where user_id="&session("user_id")&" order by id desc) order by id desc"
哪位朋友知道话请帮帮忙~!
[此贴子已经被作者于2007-4-1 10:50:32编辑过]