The following content of this documentation page has been machine-translated. But unlike other websites, it is not done on the fly. This translated text lives on GitHub repository alongside main ClickHouse codebase and waits for fellow native speakers to make it more human-readable.

    Help ClickHouse documentation by editing this page

    输入

    structure -以下格式发送到服务器的数据结构 'column1_name column1_type, column2_name column2_type, ...'.
    例如, 'id UInt32, name String'.

    此功能只能用于 INSERT SELECT 查询,只有一次,但其他行为像普通表函数
    (例如,它可以用于子查询等。).

    这个功能的主要特点是,当服务器从客户端接收数据时,它同时将其转换
    根据表达式中的列表 SELECT 子句并插入到目标表中。 临时表
    不创建所有传输的数据。