Files
dolthub--doltgresql/testing/generation/command_docs/synopses/create_statistics.txt
T
2026-07-13 12:32:25 +08:00

9 lines
309 B
Plaintext

CREATE STATISTICS [ IF NOT EXISTS ] $statistics_name$
ON ( $expression$ )
FROM $table_name$
CREATE STATISTICS [ IF NOT EXISTS ] $statistics_name$
[ ( $statistics_kind$ [ , ... ] ) ]
ON { $column_name$ | ( $expression$ ) }, { $column_name$ | ( $expression$ ) } [ , ... ]
FROM $table_name$