https://bugs.documentfoundation.org/show_bug.cgi?id=126178

--- Comment #12 from Robert Großkopf <[email protected]> ---
(In reply to mc from comment #11)
…
> 
> Now without going into too much detail, what is the point of repeating a
> column twice in a Select statement?

Its a query like this:

SELECT "Table1".*, "Table2".* FROM "Table1", "Table2" WHERE "Table1"."ID" =
"Table2"."T1_ID"

Both tables could contain fields with the same name. Sorting of the result
would be impossible for fields with the same name of different tables.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to