DROP PUBLICATION statement [MobiLink] [SQL Remote]

Use this statement to drop a publication. In MobiLink, a publication identifies synchronized data in a SQL Anywhere remote database. In SQL Remote, publications identify replicated data in both consolidated and remote databases.

Syntax
DROP PUBLICATION [ owner.]publication-name
owner, publication-name : identifier
Remarks

This statement is applicable only to MobiLink and SQL Remote.

Permissions

Must have DBA authority.

Side effects

Automatic commit. All subscriptions to the publication are dropped.

See also
Standards and compatibility
  • SQL/2003   Vendor extension.

Example

The following statement drops the pub_contact publication.

DROP PUBLICATION pub_contact;