Purpose
Sets the user name for syncing tables in the specified database using the table sync service.
Syntax
DATABASE SET SYNC USER {<database> <sync user name>};Parameters
- database
- Name of the target database.
- sync user name
- The name of the user to execute sync SQL statements.
Example
unityadmin> DATABASE SET SYNC USER db0 db1; The syncUser metadata for tables in database db0 has been set to db1.