From d9ee4c4a9e522eb4206a6ab7dd0b29da58b57564 Mon Sep 17 00:00:00 2001 From: yushao21 Date: Mon, 13 Apr 2026 02:57:26 +0000 Subject: [PATCH] =?UTF-8?q?update=2012-dev-guide/12-2-9-dp-partition.md.?= =?UTF-8?q?=20=E5=88=86=E5=8C=BA=E5=88=97=E5=86=99=E9=94=99=E4=BA=86=20?= =?UTF-8?q?=E5=BA=94=E8=AF=A5=E6=98=AFcity=5Fid=E4=B8=8D=E6=98=AFcity,city?= =?UTF-8?q?=E5=8E=8B=E6=A0=B9=E5=9C=A8=E5=BB=BA=E8=A1=A8=E8=AF=AD=E5=8F=A5?= =?UTF-8?q?=E9=87=8C=E9=9D=A2=E6=B2=A1=E6=9C=89=E5=87=BA=E7=8E=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: yushao21 --- 12-dev-guide/12-2-9-dp-partition.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/12-dev-guide/12-2-9-dp-partition.md b/12-dev-guide/12-2-9-dp-partition.md index 20f265d..bad830e 100644 --- a/12-dev-guide/12-2-9-dp-partition.md +++ b/12-dev-guide/12-2-9-dp-partition.md @@ -211,7 +211,7 @@ greatsql> CREATE TABLE customers1 ( region_id INT, city_id INT ) -PARTITION BY LIST COLUMNS (region_id, city) ( +PARTITION BY LIST COLUMNS (region_id, city_id) ( PARTITION pNorth VALUES IN ((1, 1), (1, 2), (1, 3)), PARTITION pSouth VALUES IN ((2, 4), (2, 5), (2, 6)), PARTITION pEast VALUES IN ((3, 7), (3, 8), (3, 9)), -- Gitee