Open
Description
Hi! Again, a very nieche problem. VIEWs, that look like this:
CREATE VIEW public.... AS
SELECT ...
FROM (...
JOIN ... ON ((... = ...)))
UNION
SELECT ...
FROM (...
JOIN ... ON ((... = ...)));
cannot be loaded, due to the second SELECT statement after the UNION. Again, removing this just works fine.
Metadata
Metadata
Assignees
Labels
No labels