DatabaseTableApplicationCreatedLinks
sybsystemprocssp_special_columns_rset_002  01 Jan 70Joins Schema ColumnUsage Queries Dependencies

1     create table sp_special_columns_rset_002(-- 0 Rows, Data: 0 B, Index: 0 B
2         scope smallint not null,
3         column_name longsysname(255) not null,
4         data_type smallint not null,
5         type_name char(- 1) not null,
6         [precision] int not null,
7         length int not null,
8         scale smallint not null
9     )
10    
SCHEMA

QUERIES
Joined With Links

DEPENDENCIES