Update 04-stable.md

fix typo  create_definitionn -> create_definition
This commit is contained in:
beyoung 2022-11-02 12:29:11 +08:00 committed by GitHub
parent 61b28128fd
commit 02927717f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ title: Supertable
## Create a Supertable ## Create a Supertable
```sql ```sql
CREATE STABLE [IF NOT EXISTS] stb_name (create_definition [, create_definitionn] ...) TAGS (create_definition [, create_definition] ...) [table_options] CREATE STABLE [IF NOT EXISTS] stb_name (create_definition [, create_definition] ...) TAGS (create_definition [, create_definition] ...) [table_options]
create_definition: create_definition:
col_name column_definition col_name column_definition