📄️ ADD SQLBLACKLIST
ADD SQLBLACKLIST 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.
📄️ DELETE SQLBLACKLIST
DELETE SQLBLACKLIST deletes an SQL regular expression from the SQL blacklist.
📄️ SHOW SQLBLACKLIST
SHOW SQLBLACKLIST shows the SQL regular expressions in the SQL blacklist.