Basati sui seguenti due risultati del test
select a.id, a.name,a.country from table a left join table b
on a.id = b.id
where a.name is not null
è più veloce (237 vs 460). Per quanto ne so, è uno standard.
Basati sui seguenti due risultati del test
select a.id, a.name,a.country from table a left join table b
on a.id = b.id
where a.name is not null
è più veloce (237 vs 460). Per quanto ne so, è uno standard.