Each row in the sysarticles system table describes a table that belongs to a publication.
Column name | Column type | Description |
---|---|---|
publication _id | INTEGER | An identifier for the publication that this article belongs to. |
table_id | INTEGER | The identifier of the table that belongs to the publication. |
PRIMARY KEY (publication_id, table_id)
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |