ADD SQLBLACKLIST
Description
Adds a regular expression to the SQL blacklist to forbid certain SQL patterns. When the SQL Blacklist feature is enabled, StarRocks compares all SQL statements to be executed against the SQL regular expressions in the blacklist. StarRocks does not execute SQLs that match any regular expression in the blacklist and returns an error. This prevents certain SQLs from triggering cluster crashes or unexpected behavior.
For more about SQL Blacklist, see Manage SQL Blacklist.
tip
- This operation requires the SYSTEM-level BLACKLIST privilege. You can follow the instructions in GRANT to grant this privilege.
- Currently, StarRocks supports adding SELECT statements to the SQL Blacklist.
Syntax
ADD SQLBLACKLIST "<sql_reg_expr>"