Skip to content
Manual Crono SQL

char

La función char devuelve el carácter correspondiente al código ASCII especificado.

select char(65) letra;

El resultado es:

A

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