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 →
可对存储在 SQLite 数据库中的数据进行查询。
sqlite('db_path', 'table_name')
db_path
table_name
SQLite
SELECT * FROM sqlite('sqlite.db', 'table1') ORDER BY col2;
┌─col1──┬─col2─┐ │ line1 │ 1 │ │ line2 │ 2 │ │ line3 │ 3 │ └───────┴──────┘
此页面对您有帮助吗?