SET SYNCHRONIZE
Change parameters related to the synchronization
User must ensure the original source table and the new source table have the same structure.
Syntax
Syntax
SQL
ALTER TABLE <table> SET SYNCHRONIZE FROM <my_source_table> IN <JdbcConnection>
<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
SQL
ALTER TABLE <table> SET SYNCHRONIZE FROM NONE;
<table>
Table you want to delete synchronized parameters.
Output
This SQL command does not return anything.