注册 登录
编程论坛 SQL Server论坛

SQL 里面有图

Ice_clb 发布于 2015-07-04 19:14, 1143 次点击
只有本站会员才能查看附件,请 登录

这个怎么解决?
2 回复
#2
tlliqi2015-07-04 21:35
= 换成 in   看看怎么样
#3
cadyf2015-07-04 22:34
select * from distributors
where citycode in(slect citycode from city where cityname ='宣武区')
1