1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

  2. Anuncie Aqui ! Entre em contato fdantas@4each.com.br

How to specify a hex character as part of a string in sqlite?

Discussão em 'Outras Linguagens' iniciado por Stack, Julho 12, 2021.

  1. Stack

    Stack Membro Participativo

    Is there a way to specify a hex character in sqlite that is part of a string?

    I have a string of the form: 'abc' 0xf1 'def' (the character 0xf1 is the 4th character of the string)

    how do I create string so I can do the following query:

    select * from table where attribute = 'abc' 0xf1 'def'


    thank you in advance for any help.

    Continue reading...

Compartilhe esta Página