Help Center/
GaussDB(DWS)/
More Documents/
Tool Guide (ME-Abu Dhabi Region) /
DSC: SQL Syntax Migration Tool/
Oracle Syntax Migration/
Chinese Character Support
Updated on 2023-03-17 GMT+08:00
Chinese Character Support
Input-Chinese (
create table test11(a int,b int)/*create table test11(a int,b int)*/;
Output
CREATE TABLE test11 (a INT,b INT)/*create table test11(a int,b int)*/;
Input-Chinese )
create table test11(a int,b int)/*create table test11(a int,b int)*/;
Output
CREATE TABLE test11 (a INT,b INT)/*create table test11(a int,b int)*/;
Input-Chinese,
create table test11(a int,b int)/*create table test11(a int,b int)*/;
Output
CREATE TABLE test11 (a INT,b INT)/*create table test11(a int,b int)*/;
Input-Support Chinese SPACE
create table test11(a int,b int)/*create table test11(a int,b int)*/;
Output
CREATE TABLE test11 (a INT,b INT)/*create table test11(a int,b int)*/;
Parent topic: Oracle Syntax Migration
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
The system is busy. Please try again later.
For any further questions, feel free to contact us through the chatbot.
Chatbot