Describe the bug
I ran a query that is in the form of multiple CTEs, e.g.
WITH table_a AS (....),
table_b AS (....)
SELECT * FROM table_a JOIN table_b ON a.id = b.id;
The query runs properly giving expected results. However, when I download the results to CSV by clicking the download icon, the resulting CSV only includes columns from the first CTE, table_a.
To Reproduce
Unfortunately, I cannot share the query as it is proprietary. But it is in the form noted above.
Expected behavior
In prior versions, all columns would export to CSV
Desktop (please complete the following information):
- OS: macOS Ventura 13.3.1
- Mode: Desktop