Basera på följande två testresultat
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
är snabbare (237 vs 460). Så vitt jag vet är det en standard.
Basera på följande två testresultat
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
är snabbare (237 vs 460). Så vitt jag vet är det en standard.