You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
No idea why the indentation is off by 1 at the end of this query
pg_format << EOF
select t1.a,
(array (select (b, array (select b from t2)) from t2)) from t1
EOF
SELECT
t1.a,
(ARRAY (
SELECT
(b,
ARRAY (
SELECT
b
FROM
t2))
FROM
t2))
FROM
t1
The text was updated successfully, but these errors were encountered:
No idea why the indentation is off by 1 at the end of this query
The text was updated successfully, but these errors were encountered: