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

Special characters in SQL: '≥' sign is being saved as an '=' sign in my rows in a SQL table

Discussão em 'Outras Linguagens' iniciado por Stack, Janeiro 15, 2021.

  1. Stack

    Stack Membro Participativo

    In a varchar field I am trying to add the following thing:

    'something ≥ something_else'.

    This gets saved as 'something = something_else'

    I have done some research about this and the most popular answer is adding the N prefix, which I have tried:

    N'something ≥ something_else'


    Once I hit save, this will still be saved as

    N'something = something_else'


    The table collation is SQL_Latin1_General_CP1_CI_AS if that matters. How can I save these characters in the varchar field?

    Continue reading...

Compartilhe esta Página