By using db<>fiddle, you agree to license everything you submit by Creative Commons CC0.
Records: 3 Duplicates: 0 Warnings: 0
id | CAST(json_field AS CHAR) |
---|---|
1 | [1, 2, 3] |
2 | [2, 3] |
3 | [1, 3] |
Records: 3 Duplicates: 0 Warnings: 0
id | name |
---|---|
1 | bob |
2 | sam |
3 | mary |
id | CAST(t1.json_field AS CHAR) | id | name |
---|---|---|---|
1 | [1, 2, 3] | 2 | sam |
2 | [2, 3] | 2 | sam |