How to Show Eastern Letter(Chinese Character) on SQL Server/SQL Reporting Services?

后端 未结 5 902
自闭症患者
自闭症患者 2021-02-07 23:12

I need to insert chinese characters in my database but it always show ???? ..

Example:

Insert this record.

微波室外单元-Apple

Then it became ???

5条回答
  •  刺人心
    刺人心 (楼主)
    2021-02-07 23:47

    SELECT 'UPDATE table SET msg=UNISTR('''||ASCIISTR(msg)||''') WHERE id='''||id||''' FROM table WHERE id= '123344556' ;
    

提交回复
热议问题