bigint(X)

Returns the given value cast to a big integer data type. (Available as of version 11.11)

Syntax

bigint(X)

Input

Argument Type Description
X any simple type A numeric value (or a numeric value represented as text)

A scalar value or the name of a column

Return Value

Returns the value of X cast to a big integer data type.

If X is an integer or decimal number represented as text, it is cast to the big integer data type.

If X is N/A, the result is N/A.