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

[SQL] How to user prefix 'N' for unicode with nvarchar variable in SQL Server?

Discussão em 'Outras Linguagens' iniciado por Stack, Outubro 1, 2024 às 07:52.

  1. Stack

    Stack Membro Participativo

    How to user prefix 'N' for unicode with nvarchar variable in SQL Server? For example:

    Given this variable:

    declare @Query1 nvarchar(max)


    I can assign to it like this:

    set @Query1 = N'لاحظات'


    But what if I want to use N@Query1 somewhere?

    Continue reading...

Compartilhe esta Página