REFRESH TABLE

Description

  1. This statement is used to synchronize a remote Iceberg table and will delete and rebuild Doris' current external table.
  2. Syntax.
  3. REFRESH TABLE tbl_name;
  4. Instructions.
  5. 1) Valid only for the Iceberg table mounted in Doris.

Example

  1. 1) Refresh the table iceberg_tbl
  2. REFRESH TABLE iceberg_tbl;

keyword

  1. REFRESH,TABLE