sqlsql-functionsfunctionsIS_BIGINTOn this pageIS_BIGINTCategories: DatatypeIS_BIGINTReturns TRUE if the input expression is an big integer value.SyntaxIS_BIGINT(expression union<>) → booleanexpression: Input expression.ExamplesIS_BIGINT exampleSELECT IS_BIGINT(column_name)-- True