Icon UPGRADE TABLE Statement

Introduction
The SQL UPGRADE TABLE statement is used to upgrade a table from a previous DBISAM table format to the current table format.

Syntax
UPGRADE TABLE [IF EXISTS] table_reference

Use the UPGRADE TABLE statement to upgrade a table to the current DBISAM table format. The statement below upgrades a table:

UPGRADE TABLE Employee

Please see the Upgrading Tables topic for more information on upgrading tables.
Image