SQL Remote User's Guide
Command Reference for Adaptive Server Anywhere
Use this statement to create a publication. In SQL Remote, publications identify replicated data in both consolidated and remote databases.
CREATE PUBLICATION [ owner.]publication-name
( TABLE article-description, ... )
owner, publication-name : identifier
article-description:
table-name [ ( column-name, ... ) ]
[ WHERE search-condition ]
[ SUBSCRIBE BY expression ]