fido555fido
新手上路
- 注册
- 2003-02-06
- 消息
- 666
- 荣誉分数
- 0
- 声望点数
- 0
select f1 from table1
where f1 not in
(select ff from table2 where userID = 'Mary')
这个sql在Oracle里面是没有问题的,在mySQL里不行。请问在mySQL里面应该怎么表达?
where f1 not in
(select ff from table2 where userID = 'Mary')
这个sql在Oracle里面是没有问题的,在mySQL里不行。请问在mySQL里面应该怎么表达?