Back to Starrocks

CANCEL REFRESH DICTIONARY

docs/en/sql-reference/sql-statements/dictionary/CANCEL_REFRESH_DICTIONARY.md

4.1.0426 B
Original Source

CANCEL REFRESH DICTIONARY

Cancels the refresh of a dictionary object.

Syntax

SQL
CANCEL REFRESH DICTIONARY <dictionary_object_name>

Parameters

  • dictionary_object_name: The name of the dictionary object that is in the REFRESHING state.

Examples

Cancel the refresh of the dictionary object dict_obj.

Plain
MySQL > CANCEL REFRESH DICTIONARY dict_obj;
Query OK, 0 rows affected (0.01 sec)