File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/UserGuide/V1.2.x/User-Manual Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -323,13 +323,13 @@ The SQL syntax for creating a schema template is as follows:
323323CREATE 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
329329IoTDB> 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
335335IoTDB> create schema template t2 aligned (lat FLOAT encoding=Gorilla, lon FLOAT encoding=Gorilla)
You can’t perform that action at this time.
0 commit comments