Skip to content
ClickHouse Docs
ClickHouse DocsClickHouse Docs

format_template_* 格式设置

这些设置是根据源文件自动生成的。

format_template_resultset

包含结果集的格式字符串的文件路径 (用于 Template 格式)

format_template_resultset_format

版本历史
版本默认值注释
24.2可在查询中设置 Template 结果集格式字符串

用于 Template 格式的结果集格式字符串

format_template_row

包含行格式字符串的文件路径 (用于 Template 格式)

format_template_row_format

版本历史
版本默认值注释
24.2可在查询中直接设置 Template 行格式字符串

行格式字符串 (用于 Template 格式)

format_template_rows_between_delimiter

类型
String
默认值

行与行之间的分隔符 (用于 Template 格式)

Navigation