fix: adjust doc format
This commit is contained in:
parent
ec94a2e14a
commit
37848b4dab
|
@ -493,7 +493,7 @@ The thread mode of the super table query is the same as the `Normal Query` mode
|
|||
- **sqls** :
|
||||
- **sql** : The SQL command to execute, required; for supertable queries, keep "xxxx" in the SQL command, the program will automatically replace it with all subtable names of the supertable.
|
||||
- **result** : File to save the query results, if not specified, results are not saved.
|
||||
- Note: The maximum number of SQL arrays configured under SQL is 100
|
||||
- **Note**: The maximum number of SQL arrays configured under SQL is 100.
|
||||
|
||||
### Configuration Parameters for Subscription Scenarios
|
||||
|
||||
|
|
|
@ -414,7 +414,7 @@ interval 控制休眠时间,避免持续查询慢查询消耗 CPU ,单位为
|
|||
- **sql** : 执行的 SQL 命令,必填;对于超级表的查询 SQL,在 SQL 命令中保留 "xxxx",程序会自动将其替换为超级表的所有子表名。
|
||||
替换为超级表中所有的子表名
|
||||
- **result** : 保存查询结果的文件,未指定则不保存。
|
||||
- 限制项 : sqls 下配置的 sql 数组最大为 100 个
|
||||
- **限制项** : sqls 下配置 sql 数组最大为 100 个
|
||||
|
||||
### 订阅场景配置参数
|
||||
|
||||
|
|
Loading…
Reference in New Issue