cancel
Showing results for 
Search instead for 
Did you mean: 

SQL json query generated does not support Chinese fonts

ximen
Participant
597
    CREATE TABLE "DBA"."web_print_name" (
    "name" VARCHAR(10) NOT NULL,
    "no" NCHAR(10) NULL,
    PRIMARY KEY ( "name" ASC )
) IN "system";

INSERT INTO "DBA"."web_print_name" ("name","no") VALUES('陈二','002');
INSERT INTO "DBA"."web_print_name" ("name","no") VALUES('刘一','001');

--SQL:

SELECT name,no   FROM "DBA"."web_print_name" for json raw

alt text

Is this a utf-8 encoding problem? How should it be solved? thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

justin_willey
Participant
0 Kudos
ximen
Participant
0 Kudos

Are there any fixes for the new version?