Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
ClickHouse launches Claude-powered Agents and House Mates partner program at Open House 2026 Read more →
LineAsStringWithNamesAndTypes 格式文档
LineAsStringWithNames
LineAsString
CREATE TABLE example ( name String, value Int32 ) ENGINE = Memory; INSERT INTO example VALUES ('John', 30), ('Jane', 25), ('Peter', 35); SELECT * FROM example FORMAT LineAsStringWithNamesAndTypes;
name value String Int32 John 30 Jane 25 Peter 35
此页面对您有帮助吗?