Change parameters related to the synchronization

User must ensure the original source table and the new source table have the same structure.

Syntax

Syntax

ALTER TABLE <table> SET SYNCHRONIZE FROM <my_source_table> IN <JdbcConnection>
SQL

<table>

Table you want to modify synchronized parameters.

<my_source_table> / <JdbcConnection>

Source table in the new JdbcConnection.

Output

This SQL command does not return anything.

Delete parameters related to the synchronization

Syntax

Syntax

ALTER TABLE <table> SET SYNCHRONIZE FROM NONE;
SQL

<table>

Table you want to delete synchronized parameters.

Output

This SQL command does not return anything.