solidDB Help : solidDB reference : SQL: Statements : DROP REPLICATION SUBSCRIPTION
  
DROP REPLICATION SUBSCRIPTION
DROP REPLICATION SUBSCRIPTION subscription‑name
Access requirements
SYS_ADMIN_ROLE role
Usage
Use the DROP REPLICATION SUBSCRIPTION statement to delete a replication subscription.
Although the DROP REPLICATION SUBSCRIPTION statement is transactional, the statement also stops the replication operation that is associated with the subscription, which is not transactional.
If the DROP REPLICATION SUBSCRIPTION transaction is rolled back, the replication operation is not automatically restarted.
Return values
 
Error code
Description
26006
Failed to load replication subscription
26022
Incorrect subscription parameter
26012
Failed to insert replication subscription
Examples
DROP REPLICATION SUBSCRIPTION subs1
Go up to
SQL: Statements