DROP BROADCAST TABLE RULE

Description

The DROP BROADCAST TABLE RULE syntax is used to drop broadcast table rule for specified broadcast tables

Syntax

  1. DropBroadcastTableRule ::=
  2. 'DROP' 'BROADCAST' 'TABLE' 'RULE' tableName (',' tableName)*
  3. tableName ::=
  4. identifier

Supplement

  • tableName can use the table of existing broadcast rules

Example

  • Drop broadcast table rule for specified broadcast table
  1. DROP BROADCAST TABLE RULE t_province, t_city;

Reserved word

DROP, BROADCAST, TABLE, RULE