Skip to content
Manual Crono SQL

bigint

La función bigint convierte una expresión al tipo entero de 8 bytes. Admite valores entre -9.223.372.036.854.775.808 y 9.223.372.036.854.775.807.

select bigint('9000000000') resultado;

El resultado es:

9000000000

Was this page helpful?

We are here to help. If you have any problem or question, open a GitHub issue and we will get back to you as soon as possible.

Create a GitHub issue