When I run bellow code the NCHAR(1600)
is not replaced
SELECT REPLACE(N'foo' + NCHAR(1600), NCHAR(1600), '**') --> output: fooـ
- My database collation is
Persian_100_CI_AI
- The default collation of SQL server is
Persian_100_CI_AI
too - My SQL server version is
Microsoft SQL Server 2017 (RTM-CU3-GDR) (KB4052987) - 14.0.3015.40 (X64)
Does anyone know what is the problem?