RECOVER

    Explain:

    1. This operation can only recover the meta-information deleted in the previous period of time. The default is 1 day.(You can configure it with the parameter in fe.conf)
    2. If new meta-information of the same name and type is created after deleting meta-information, the previously deleted meta-information cannot be restored.
    1. Restore table named example_tbl RECOVER TABLE example_db.example_tbl;

    RECOVER