Skip to content

Commit 7d75c97

Browse files
authored
Update Operate-Metadata.md (#291)
1 parent bfe52c9 commit 7d75c97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/UserGuide/V1.2.x/User-Manual/Operate-Metadata.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -323,13 +323,13 @@ The SQL syntax for creating a schema template is as follows:
323323
CREATE SCHEMA TEMPLATE <templateName> ALIGNED? '(' <measurementId> <attributeClauses> [',' <measurementId> <attributeClauses>]+ ')'
324324
```
325325

326-
**Example 1:** Create a template containing two non-aligned timeseires
326+
**Example 1:** Create a template containing two non-aligned timeseries
327327

328328
```shell
329329
IoTDB> create schema template t1 (temperature FLOAT encoding=RLE, status BOOLEAN encoding=PLAIN compression=SNAPPY)
330330
```
331331

332-
**Example 2:** Create a template containing a group of aligned timeseires
332+
**Example 2:** Create a template containing a group of aligned timeseries
333333

334334
```shell
335335
IoTDB> create schema template t2 aligned (lat FLOAT encoding=Gorilla, lon FLOAT encoding=Gorilla)

0 commit comments

Comments
 (0)