Skip to content
Manual Crono SQL

smallint

La función smallint convierte una expresión al tipo entero de 2 bytes. Admite valores entre -32.768 y 32.767.

select smallint('100') resultado;

El resultado es:

100

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