Each row in the sysarticle system table describes a table that belongs to a publication.
Column name | Column type | Description |
---|---|---|
publication _id | UNSIGNED INT | An identifier for the publication that this article belongs to. |
table_id | UNSIGNED INT | The identifier of the table that belongs to the publication. |
where_expr | VARCHAR(256) | An optional predicate to filter rows. |
Discuss this page in DocCommentXchange.
|
Copyright © 2010, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.0 |