sql >> Databáze >  >> RDS >> Mysql

Alternativa NOT IN On MySQL

Alternativou by bylo použití LEFT JOIN:

select distinct t.phoneNum
from Transaction_Register t
left join Subscription s
  on t.phoneNum = s.phoneNum
where s.phoneNum is null
LIMIT 0 , 1000000;

Viz SQL Fiddle s ukázkou



  1. Převod výsledků Select do skriptu Insert - SQL Server

  2. Je bezpečné používat LIMIT bez ORDER BY

  3. MySQL:Je možné „naplnit“ SELECT hodnotami bez tabulky?

  4. Bitvy s kódováním znaků UTF-8 json_encode()