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 →
包含所有表中现有约束信息的系统表。
system.constraints
database
table
name
type
expression
SELECT * FROM system.constraints LIMIT 2 FORMAT Vertical;
Row 1: ────── database: default table: hits name: check_hits type: CHECK expression: CounterID > 0 Row 2: ────── database: default table: hits name: assume_positive type: ASSUME expression: WatchID > 0
此页面对您有帮助吗?