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

SQL Anywhere 12.0.0 (Français) » UltraLite - Database Management and Reference » UltraLite database reference » UltraLite system tables

 

sysarticle system table

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.
 Constraints
 See also