sql-referencesql-functionsfunctionsIS_BIGINTVersion: 0.0.1On this pageIS_BIGINTCategories: DatatypeIS_BIGINTReturns TRUE if the input expression is an big integer value.SyntaxIS_BIGINT(expression union<>) → booleanexpression: Input expression.Examples{{< codeheader "IS_BIGINT example" >}}SELECT IS_BIGINT(column_name)-- True