Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (Français) » UltraLite - Database Management and Reference » UltraLite SQL Reference » UltraLite SQL statements

 

UltraLite DROP PUBLICATION statement

Use this statement to delete publications.

Syntax
DROP PUBLICATION publication-name, ... 
See also
Example

The following statement drops the pub_contact publication.

DROP PUBLICATION pub_contact;