https://bugs.kde.org/show_bug.cgi?id=141345
--- Comment #6 from Jarosław Staniek ---
Err, "SELECT ... FROM company c1 JOIN company c2 ..."
--
You are receiving this mail because:
You are watching all bug changes.
https://bugs.kde.org/show_bug.cgi?id=141345
--- Comment #5 from Jarosław Staniek ---
Note: the above alias in JOIN is essential for self-join queries, example
"SELECT ... FROM company c1 JOIN company c1 ..."
--
You are receiving this mail because:
You are watching all bug changes.
https://bugs.kde.org/show_bug.cgi?id=141345
--- Comment #4 from Jarosław Staniek ---
> 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 re
https://bugs.kde.org/show_bug.cgi?id=141345
kde_rich...@walnut.gen.nz changed:
What|Removed |Added
CC||kde_rich...@walnut.gen.nz
--- Commen