https://issues.apache.org/ooo/show_bug.cgi?id=121695
Fred Toussi <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Fred Toussi <[email protected]> --- Confirmed. Also happens when you use ts instead of t. The workaround is to use any of the following forms: select d.ID from tbladressen "d" select t.Hurz from Tabelle1 "t" select d.ID from tbladressen "D" select t.Hurz from Tabelle1 "T" -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug.
