主题:  在ASP中是否可以用子查询?

沉默是金

职务:普通成员
等级:6
金币:11.2
发贴:4357
#12003/6/2 13:42:01
LOOK:
sql="update tablea set type="&(select id from tableb where name='"&u_name&"') &"where id="&id


难人一个……

绿茶

职务:普通成员
等级:8
金币:10.0
发贴:19267
#22003/6/2 23:08:33
of course
its supported in asp+sql



沉默是金

职务:普通成员
等级:6
金币:11.2
发贴:4357
#32003/6/3 12:43:21
but it's no 用


难人一个……

pigeon

职务:普通成员
等级:1
金币:0.0
发贴:46
#42003/6/3 12:47:19
语法好像错了,应该这样:
sql="update tablea set type = (select ID from tableb where name = 'u_name') where ID = '"&ID"'"



pigeon

职务:普通成员
等级:1
金币:0.0
发贴:46
#52003/6/3 12:48:25
sql=语法好像错了,应该这样:
sql="update tablea set type = (selectID from tableb where name = '"&u_name&"') where ID = '"&ID&"'"