RaigorJiang commented on code in PR #20050:
URL: https://github.com/apache/shardingsphere/pull/20050#discussion_r942368985


##########
docs/document/content/reference/distsql/syntax/rdl/rule-definition/single-table/create-default-single-table-rule.en.md:
##########
@@ -0,0 +1,41 @@
++++
+title = "CREATE DEFAULT SINGLE TABLE RULE"
+weight = 2
++++
+
+## Description
+
+The `CREATE DEFAULT SINGLE TABLE RULE` syntax is used to create a default 
single table rule.
+
+### Syntax
+
+```sql
+CreateDefaultSingleTableRule ::=
+  'CREATE' 'DEFAULT' 'SINGLE` `TABLE` `RULE' singleTableDefinition
+
+singleTableDefinition ::=
+  'RESOURCE' '=' resourceName
+
+resourceName ::=
+  identifier
+```
+
+### Supplement
+
+- `RESOURCE` needs to use data source resource managed by RDL

Review Comment:
   There is a full stop here in the Chinese page, should the English page be 
the same?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to