ALTER SQL BLOCK RULE
Modify SQL blocking rules to allow modification of each item such as sql/sqlHash/partition_num/tablet_num/cardinality/global/enable.
grammar:
ALTER SQL_BLOCK_RULE rule_name [PROPERTIES ("key"="value", ...)];
illustrate:
ALTER SQL_BLOCK_RULE test_rule PROPERTIES("sql"="select \\* from test_table","enable"="true")
ALTER SQL_BLOCK_RULE test_rule2 PROPERTIES("partition_num" = "10","tablet_num"="300","enable"="true")
ALTER,SQL_BLOCK_RULE