I've been working on this program that does a jopin on two large tables (50K plus records, about 110 characters in length each). Here's the join command:
select p.ID, p.email, p.name, c.secret from persons p left join collection c on c.pID = p.ID WHERE c.status = 'ok' AND c.lID = 111;
Pretty...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.