轉 sql中exists,not exists的用法. exists : 強調的是是否返回結果集,不要求知道返回什麼, 比如: select name from student where sex = 'm' and mark exists(select ...
確定! 回上一頁