By using db<>fiddle, you agree to license everything you submit by Creative Commons CC0.
Records: 3 Duplicates: 0 Warnings: 0
name_field | address_field | contact_age |
---|---|---|
Mary | address one | 25 |
Fred | address two | 35 |
Bill | address three | 47 |
all_contacts |
---|
[{"name_field": "Mary", "contact_age": 25, "address_field": "address one"}, {"name_field": "Fred", "contact_age": 35, "address_field": "address two"}, {"name_field": "Bill", "contact_age": 47, "address_field": "address three"}] |
one_value |
---|
[{"name_field:", "Mary", "address_field:", "address one", "age_field:", 25},{"name_field:", "Fred", "address_field:", "address two", "age_field:", 35},{"name_field:", "Bill", "address_field:", "address three", "age_field:", 47}] |