Skip to content
Manual Crono SQL

int

La función int convierte una expresión al tipo entero de 4 bytes. Admite valores entre -2.147.483.648 y 2.147.483.647.

select int('42') resultado;

El resultado es:

42

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