ReferenceSQL ReferenceSQL FunctionsfunctionsIS_BIGINTVersion: 24.3.xOn this pageCategories: Datatype IS_BIGINT Returns TRUE if the input expression is an big integer value. Syntax IS_BIGINT(expression any) → boolean expression: Input expression. Examples IS_BIGINT example SELECT IS_BIGINT(column_name)-- True