Row Access Policy
ROW ACCESS POLICY is an Enterprise Edition feature. Contact Databend Support for a license.
This page provides a comprehensive overview of Row Access Policy operations in Databend, organized by functionality for easy reference.
Row Access Policy Management
| Command | Description |
|---|---|
| CREATE ROW ACCESS POLICY | Creates a row-level filter policy |
| DESCRIBE ROW ACCESS POLICY | Shows details of a row access policy |
| DROP ROW ACCESS POLICY | Removes a row access policy |
Related Topics
note
Row access policies filter rows at query time. A protected table returns only the rows for which the policy expression evaluates to TRUE.