Commit bf9fd749 authored by 成亚卿's avatar 成亚卿

关键词不能做列名

parent 5b499a20
......@@ -1981,7 +1981,7 @@
<sql creator="ChengYaqing" createDate="20200910" note="创建原始数据信息保存表">
CREATE TABLE AS_SOURCE_DATA
("ID" NUMBER(32,0) primary key,
"TABLE" VARCHAR2(50),
"TABLE_NAME" VARCHAR2(50),
"TASK_ID" NUMBER(9,0),
"RECEIVE_TIME" TIMESTAMP(6),
"IDENTIFIER" VARCHAR2(150));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment