Returns the string key of the enum value, where x is either a BigintEnum or VarcharEnum value.
x
SELECT enum_key(alpha.A); -- "A"
where alpha is a BigintEnum type with name “alpha” and values {“A”: 1, “B”: 2}
enum_key()
UUID Functions
Miscellaneous Functions