Skip to main content

CLEAN LABEL

Description​

For manual cleanup of historical load jobs. After cleaning, the Label can be reused.

Syntax:

CLEAN LABEL [label] FROM db;

Examples​

  1. Clean label label1 from database db1

    CLEAN LABEL label1 FROM db1;
  2. Clean all labels from database db1

    CLEAN LABEL FROM db1;

Keywords​

CLEAN, LABEL

Best Practice​