Contents Index SQL Remote system views SYSARTICLECOLS view

SQL Remote User's Guide
  System Objects for Adaptive Server Anywhere
    SQL Remote system views

SYSARTICLES view


Function 

Each row lists describes an article.

Columns 
Column Description
publication_name The publication of which this article is a part.
table_name Each article consists of columns and rows from a single table. This column contains the name of this table.
where_expr For articles that contain a subset of rows defined by a WHERE clause, this column contains the search condition.
subscribe_by_expr For articles that contain a subset of rows defined by a SUBSCRIBE BY expression, this column contains the expression.

Contents Index SQL Remote system views SYSARTICLECOLS view