solidDB Help : solidDB reference : SQL: Statements : CREATE SYNC BOOKMARK
  
CREATE SYNC BOOKMARK
Note Applies to only solidDB Advanced Replication configurations.
CREATE SYNC BOOKMARK bookmark‑name
Access requirements
In master: SYS_SYNC_ADMIN_ROLE role
Usage
Use the CREATE SYNC BOOKMARK statement to create a bookmark in a master database (the system generates an error if you attempt to create a bookmark in a replica database).
For more information about bookmarks, see Managing data with synchronization bookmarks.
Return values
 
Error code
Description
25066
Bookmark already exists
13047
No privilege for operation
Example
CREATE SYNC BOOKMARK BOOKMARK_AFTER_DATALOAD;
Go up to
SQL: Statements