typeof

Function

Description

Print the underlying Go type of the variable.

You can use any Keyword arg, the first one will be returned.

Example

SELECT typeof(x=1) AS Type FROM scope()