Closed
Description
What do you want to change?
The query:
INSERT INTO some_table
WITH foo AS (
...
)
SELECT ...
FROM another_table
JOIN foo ON ...
WHERE ...
The error:
relation "foo" does not exist
What database engines need to be changed?
PostgreSQL
What programming language backends need to be changed?
Go