By using db<>fiddle, you agree to license everything you submit by Creative Commons CC0.
3 rows affected
| product_id |
|---|
| test1 |
| test2 |
| test3 |
3 rows affected
| product_id | key | value |
|---|---|---|
| test1 | foo | "Foo" |
| test1 | bar | "Bar" |
| test2 | foo | "Foo" |
| product_id | coalesce |
|---|---|
| test1 | { "foo" : "Foo", "bar" : "Bar" } |
| test2 | { "foo" : "Foo" } |
| test3 | {} |