Contents Index SYSARTICLE table SYSPUBLICATION table

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

SYSARTICLECOL table


Function 

Each row identifies a column in an article, identifying the column, the table it is in, and the publication it is part of.

Columns 
Column Data type Description
publication_id UNSIGNED INT A unique identifier for the publication of which the column is a part.
table_id UNSIGNED INT The table to which the column belongs.
column_id UNSIGNED INT The column identifier, from the SYSCOLUMN system table.

Contents Index SYSARTICLE table SYSPUBLICATION table