Skip to content
Manual Crono SQL

hex

La función hex convierte una cadena de texto en su representación hexadecimal.

select hex('hola') resultado;

El resultado es:

686F6C61

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