[kexi] [Bug 141345] Add support for JOIN in Query Designer
Jarosław Staniek
bugzilla_noreply at kde.org
Wed Mar 1 10:58:54 UTC 2017
https://bugs.kde.org/show_bug.cgi?id=141345
--- Comment #4 from Jarosław Staniek <staniek at 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 the assignee for the bug.
More information about the Kexi-bugs
mailing list