Skip to main content

typeof

typeof 介绍

typeof(expr) - 返回输入数据类型的DDL格式类型字符串。

Examples:

> SELECT typeof(1);
int
> SELECT typeof(array(1));
array<int>

Since: 3.0.0