--- { "title": "REFRESH TABLE", "language": "en" } --- # REFRESH TABLE ## Description This statement is used to synchronize a remote Iceberg table and will delete and rebuild Doris' current external table. Syntax. REFRESH TABLE tbl_name; Instructions. 1) Valid only for the Iceberg table mounted in Doris. ## Example 1) Refresh the table iceberg_tbl REFRESH TABLE iceberg_tbl; ## keyword REFRESH,TABLE