
# REFRESH TABLE
- 语法 REFRESH TABLE table_name
  
- 描述 用于刷新TABLE元数据缓存。
  
- 示例
  ```
  refresh table fruit;
  REFRESH
  ```
  
 
