Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
See the title and the following case:
select a.id, a.name from (select id, name from table1) a union all select a.id, a.name from (select id, name from table1) a
We should fix it.