Updated on 2024-12-13 GMT+08:00

REFRESH TABLE

  • Syntax

    REFRESH TABLE table_name

  • Description

    This statement is used to refresh the table metadata cache.

  • Example
    refresh table fruit;
    REFRESH