map_keys

map_keys

map_keys 介绍

map_keys(map) - 返回一个包含映射中键的无序数组。

Examples:

> SELECT map_keys(map(1, 'a', 2, 'b'));
 [1,2]

Since: 2.0.0