I have a SQL table that contains columns that have text in Japanese language. The format of the column is nvarchar. I am trying write a SQL query that populates another column of the same table with certain numbers in in case in the Japanese text is, for eg, this - バッテリ.
How do I write the query?
How do I write the query?
Comment