Oprzyj się na następujących dwóch wynikach testów
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
jest szybszy (237 vs 460). O ile wiem, jest to standard.
Oprzyj się na następujących dwóch wynikach testów
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
jest szybszy (237 vs 460). O ile wiem, jest to standard.