DatabaseTableApplicationCreatedLinks
sybsystemprocssp_columns_rset_002  01 Jan 70Joins Schema ColumnUsage Queries Dependencies

1     create table sp_columns_rset_002(-- 0 Rows, Data: 0 B, Index: 0 B
2         table_qualifier char(- 1) not null,
3         table_owner char(- 1) not null,
4         table_name longsysname(255) not null,
5         column_name longsysname(255) not null,
6         data_type smallint not null,
7         type_name char(- 1) not null,
8         [precision] int not null,
9         length int not null,
10        scale smallint not null,
11        radix smallint not null,
12        nullable smallint not null,
13        remarks varchar(254) not null,
14        ss_data_type tinyint not null,
15        colid smallint not null,
16        column_def unknown not null,
17        sql_data_type smallint not null,
18        sql_datetime_sub unknown not null,
19        char_octet_length int not null,
20        ordinal_position smallint not null,
21        is_nullable char(- 1) not null
22    )
23    
SCHEMA

QUERIES
Joined With Links

DEPENDENCIES