Save Statement
Directs the DBMS Server to save the specified table until the given expiration date. By default, base tables have no expiration date. An expiration date cannot be assigned to a system table.
Syntax:
save [schema.]table_name [until month day year];
Last modified date: 12/20/2023