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 │ └───────┴──────┘
이 페이지가 도움이 되었나요?