[docs] Changing the symbol of dataX doriswriter table creation statement (#10632)

* Update datax.md
This commit is contained in:
yuanyuan8983
2022-07-19 10:15:27 +08:00
committed by GitHub
parent f6cb7a838b
commit b70274e2af
2 changed files with 4 additions and 4 deletions

View File

@ -133,8 +133,8 @@ CREATE TABLE `ods_t_test` (
`unit_no` varchar(30) DEFAULT NULL COMMENT '',
`unit_name` varchar(30) DEFAULT NULL COMMENT '',
`price` decimal(12,2) DEFAULT NULL COMMENT ''
ENGINE=OLAP
UNIQUE KEY(id`, `order_code`)
)ENGINE=OLAP
UNIQUE KEY(`id`, `order_code`)
DISTRIBUTED BY HASH(`order_code`) BUCKETS 1
PROPERTIES (
"replication_allocation" = "tag.location.default: 3",

View File

@ -133,8 +133,8 @@ CREATE TABLE `ods_t_test` (
`unit_no` varchar(30) DEFAULT NULL COMMENT '',
`unit_name` varchar(30) DEFAULT NULL COMMENT '',
`price` decimal(12,2) DEFAULT NULL COMMENT ''
ENGINE=OLAP
UNIQUE KEY(id`, `order_code`)
)ENGINE=OLAP
UNIQUE KEY(`id`, `order_code`)
DISTRIBUTED BY HASH(`order_code`) BUCKETS 1
PROPERTIES (
"replication_allocation" = "tag.location.default: 3",