Hello everybody,
I want to convert string into unicode when i using the select statement, how
can i do ?
Thanks in advance .
^^
The most simple is:
SELECT CAST('abc' AS NVARCHAR)
As I am not sure of the context of your issue (eg, using .NET, ODBC,
etc) much of the desired result depends on how you access your DB.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment