asp中sql语句的嵌套如何使用。
发布网友
发布时间:2022-04-08 20:41
我来回答
共3个回答
热心网友
时间:2022-04-08 22:10
这样不行,要分两步走
先获取select type from content where id="&t&"的值,处理后得“1,2,3,4...”的格式
再select * from content where type IN (...)
热心网友
时间:2022-04-08 23:28
当子查询返回的值不止一个的时候 =要改用in
select * from content where type in (.....)
热心网友
时间:2022-04-09 01:03
用where id='"&t&"')"试下。