41.筆記 MySQL學習——IN和NOT IN子查詢

41.筆記 MySQL學習——IN和NOT IN子查詢mysql 當子查詢要返回多個行來與外層查詢進行比較運算時,可使用運算符IN和NOT IN。會測試給定的比值是否存在於某一組值裏。sql            例如:學習 mysql> select * from student where student_id in(select student_id from absence);測試 +--
相關文章
相關標籤/搜索