Skip to main content
Skip table of contents

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.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.