I have [Data Set] table with columns called Id
and IncrementalQuery
.
In the IncrementalQuery
column, I am inserting a select statement like:
Select CAST([省] as NVARCHAR(max)) as [Receive_Area(CN)], CAST([市] as DC_Area(CN) from TableName
But when I checked the [Data Set]
table, I see that the IncrementalQuery
column has a value like:
Select CAST([?] as NVARCHAR(max)) as [Receive_Area(CN)], CAST([?] as DC_Area(CN) from TableName
Could you please help me how to show this Chinese values instead of a question Mark '?'