By using db<>fiddle, you agree to license everything you submit by Creative Commons CC0.
6 rows affected
| fk | to_json | array_by_subscript |
|---|---|---|
| B | [null,null,4.8,null,89.1,13.5] | {NULL,NULL,4.8,NULL,89.1,13.5} |
| C | [] | {} |
| A | [17.5,32.7,null,5.3] | {17.5,32.7,NULL,5.3} |