Query:
DECLARE @Patd_base nvarchar(50) = 'axx';
PRINT @Patd_base
Output is
?axx
Why is the ?
in the output? What does it mean?
Thanks for the help!
Query:
DECLARE @Patd_base nvarchar(50) = 'axx';
PRINT @Patd_base
Output is
?axx
Why is the ?
in the output? What does it mean?
Thanks for the help!
I believe you copied and pasted the value 'axx' from elsewhere. It has a hidden extended character in it.
When I copy/pasted your command above into Notepad++, and converted to ANSI encoding, I got '‪axx'