By using db<>fiddle, you agree to license everything you submit by Creative Commons CC0.
| id | name | JSON_PRETTY(teams) |
|---|---|---|
| 1 | Texas | { "teams0": { "name": "Alex", "agenda": "https://example.com/booking/alex", "training": "worker", "terminland_days": "0" }, "teams1": { "name": "thomas", "agenda": "https://example.com/booking/thomas", "training": "worker", "terminland_days": "0" } } |
| 2 | California | { "teams0": { "name": "Dean", "agenda": "https://example.com/booking/dean", "training": "worker", "terminland_days": "0" }, "teams1": { "name": "Rose", "agenda": "https://example.com/booking/rose", "training": "worker", "terminland_days": "0" } } |
| 3 | Alaska | { "teams2": { "name": "John", "agenda": "https://example.com/booking/john", "training": "worker", "terminland_days": "0" } } |
| id | JSON_KEYS(teams) |
|---|---|
| 1 | ["teams0", "teams1"] |
| 2 | ["teams0", "teams1"] |
| 3 | ["teams2"] |
| id | object_name |
|---|---|
| 1 | "teams0" |
| 2 | "teams0" |
| 3 | "teams2" |
| 1 | "teams1" |
| 2 | "teams1" |
| id | name | object_name | name | agenda | training | terminland_days |
|---|---|---|---|---|---|---|
| 1 | Texas | "teams0" | "Alex" | "https://example.com/booking/alex" | "worker" | "0" |
| 1 | Texas | "teams1" | "thomas" | "https://example.com/booking/thomas" | "worker" | "0" |
| 2 | California | "teams0" | "Dean" | "https://example.com/booking/dean" | "worker" | "0" |
| 2 | California | "teams1" | "Rose" | "https://example.com/booking/rose" | "worker" | "0" |
| 3 | Alaska | "teams2" | "John" | "https://example.com/booking/john" | "worker" | "0" |