on 2021 Jun 04 12:57 PM
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
67 | |
11 | |
10 | |
10 | |
9 | |
8 | |
6 | |
6 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.