https://bugs.kde.org/show_bug.cgi?id=141345

--- Comment #4 from Jarosław Staniek <stan...@kde.org> ---
> JOIN support

Example for the above query:

SELECT company.company_name, contact.contact_name FROM company c JOIN contact d
ON c.company_id = d.company_id;

(note the 'company c JOIN contact d')

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to