no on statement required
This commit is contained in:
parent
cb15d928c0
commit
605c1c1130
@ -22,7 +22,7 @@ BEGIN
|
|||||||
,j.e->>'name' srce
|
,j.e->>'name' srce
|
||||||
,j.e defn
|
,j.e defn
|
||||||
FROM
|
FROM
|
||||||
jsonb_array_elements(_defn) WITH ORDINALITY j(e, rn) ON TRUE
|
jsonb_array_elements(_defn) WITH ORDINALITY j(e, rn)
|
||||||
)
|
)
|
||||||
--full join
|
--full join
|
||||||
,_full AS (
|
,_full AS (
|
||||||
|
Loading…
Reference in New Issue
Block a user