MAP_CONTAINS
map_contains(map, key)
Section titled “map_contains(map, key)”- map: MAP(K, V)
- key: K
Example
Section titled “Example”SELECT map_contains(MAP {'key1': 10, 'key2': 20, 'key3': 30}, 'key2');SELECT map_contains(MAP {'key1': 10, 'key2': 20, 'key3': 30}, 'key2');