��������� � in databricks

Shambhu Rai 1,411 Reputation points
2024-02-02T11:43:29.5233333+00:00

Hi Expert, how to replace below wild character from databricks ��������� �

Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
2,313 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Olaf Helper 45,776 Reputation points
    2024-02-09T07:46:52.03+00:00

    You get the question marks, when you handle Unicode/UTF-8 as ASCII text, example:

    SELECT '维基百科' AS [Wrong],
          N'维基百科' AS [Right]
    
    
    0 comments No comments

  2. Deleted

    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

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.