SYNCHRONIZE
The SYNCHRONIZE (Data) syntax:
- appends data to a table.
 - deletes data from an indexima table.
 - commits the changes.
 
Syntax
syntax
        BASH
    
    SYNCHRONIZE my_data_space [PARTITION (Partition1= 'ValuePartition1', Partition2= 'ValuePartition2')]
<table>
Table you want to synchronize.
<Partition>
If you leave the partition parameter unspecified, the entire table is synchronized.
Output
This SQL command does not return anything.