Baseer op de volgende twee testresultaten
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
is sneller (237 versus 460). Voor zover ik weet is het een standaard.
Baseer op de volgende twee testresultaten
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
is sneller (237 versus 460). Voor zover ik weet is het een standaard.