By using db<>fiddle, you agree to license everything you submit by Creative Commons CC0.
| SomeCol | Key | Value |
|---|---|---|
| country_code: "US"province_name: "NY"city_name: "Old Chatham" | country_code | US |
| country_code: "US"province_name: "NY"city_name: "Old Chatham" | province_name | NY |
| country_code: "US"province_name: "NY"city_name: "Old Chatham" | city_name | Old Chatham |
| postal_code: "11746-8031"country_code: "US"province_name: "NY"street_address: "151 Millet Street North"city_name: "Dix Hills" | postal_code | 11746-8031 |
| postal_code: "11746-8031"country_code: "US"province_name: "NY"street_address: "151 Millet Street North"city_name: "Dix Hills" | country_code | US |
| postal_code: "11746-8031"country_code: "US"province_name: "NY"street_address: "151 Millet Street North"city_name: "Dix Hills" | province_name | NY |
| postal_code: "11746-8031"country_code: "US"province_name: "NY"street_address: "151 Millet Street North"city_name: "Dix Hills" | street_address | 151 Millet Street North |
| postal_code: "11746-8031"country_code: "US"province_name: "NY"street_address: "151 Millet Street North"city_name: "Dix Hills" | city_name | Dix Hills |
| street_address: "1036 Main Street, Holbrook, NY 11741" | street_address | 1036 Main Street, Holbrook, NY 11741 |
Warning: Null value is eliminated by an aggregate or other SET operation.