Purpose
Sets the sync WHERE clause for a table.
Syntax
OBJECT SET SYNC WHERE CLAUSE {<objectname>} [ '<whereclause >]';Parameters
- objectname
- Fully qualified name of the target object.
- whereclause
- WHERE clause to be used with the table sync SQL.
Example
unityadmin> OBJECT SET SYNC WHERE CLAUSE db0.t0 "WHERE c0 > 1"; The sync WHERE clause for table 'db0.t0' has successfully been set to: 'WHERE c0 > 1'.