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 Is this a utf-8 encoding problem? How should it be solved? thanks |
This may be relevant: https://sqlanywhere-forum.sap.com/questions/32972/problem-with-for-json-raw-and-character-sets Are there any fixes for the new version?
(05 Jun '21, 01:42)
mfkpie8
|