mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-07 16:14:52 +00:00
ffe2cecb1b
* initial split * initial adjust links * make en buildable * re-normalize
391 B
391 B
toc_priority | toc_title |
---|---|
47 | ROW POLICY |
ALTER ROW POLICY
Changes row policy.
Syntax:
ALTER [ROW] POLICY [IF EXISTS] name [ON CLUSTER cluster_name] ON [database.]table
[RENAME TO new_name]
[AS {PERMISSIVE | RESTRICTIVE}]
[FOR SELECT]
[USING {condition | NONE}][,...]
[TO {role [,...] | ALL | ALL EXCEPT role [,...]}]