Contents Index ALTER REMOTE MESSAGE TYPE statement CREATE REMOTE MESSAGE TYPE statement

SQL Remote User's Guide
  Command Reference for Adaptive Server Anywhere

CREATE PUBLICATION statement


Function 

Use this statement to create a publication. In SQL Remote, publications identify replicated data in both consolidated and remote databases.

Syntax 

CREATE PUBLICATION [ owner.]publication-name
TABLE article-description, ... )

ownerpublication-name : identifier

article-description:
  table-name [ ( column-name, ... ) ]
WHERE search-condition ]
SUBSCRIBE BY expression ]

See also 

CREATE PUBLICATION statement


Contents Index ALTER REMOTE MESSAGE TYPE statement CREATE REMOTE MESSAGE TYPE statement