Skip to content

MAP_CONTAINS

  • map: MAP(K, V)
  • key: K
SELECT map_contains(MAP {'key1': 10, 'key2': 20, 'key3': 30}, 'key2');