By using db<>fiddle, you agree to license everything you submit by Creative Commons CC0.
Records: 2 Duplicates: 0 Warnings: 0
Records: 3 Duplicates: 0 Warnings: 0
| id | fruit |
|---|---|
| 1 | Apple |
| 1 | Apple |
| 2 | Orange |
| Result |
|---|
| [ { "id": 1, "fruit": "Apple", "state": [ "Red", "Green" ] }, { "id": 2, "fruit": "Orange", "state": [ "Orange" ] } ] |