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.
Showing posts with label howcan. Show all posts
Showing posts with label howcan. Show all posts
Thursday, March 8, 2012
Convert String into unicode
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.
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:
Posts (Atom)