https://bugs.documentfoundation.org/show_bug.cgi?id=168149
--- Comment #5 from Regina Henschel <[email protected]> --- (In reply to Eyal Rozenberg from comment #2) > SELECT t1.name, t2.name > FROM selection_ AS t1, selection_ AS t2 > WHERE t1.'favourite color' = t2.'favourite color' AND t1.name < t2.name; Why a complex SELECT statement where a simple filter (function or database range feature) is sufficient? -- You are receiving this mail because: You are the assignee for the bug.
