You get the question marks, when you handle Unicode/UTF-8 as ASCII text, example:
SELECT '维基百科' AS [Wrong],
N'维基百科' AS [Right]
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi Expert, how to replace below wild character from databricks ��������� �
You get the question marks, when you handle Unicode/UTF-8 as ASCII text, example:
SELECT '维基百科' AS [Wrong],
N'维基百科' AS [Right]
This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.
Comments have been turned off. Learn more