Database | Table | Application | Created | Links |
tempdb | #colinfo_af_crby_sybsystemprocs__sp_autoformat | 01 Jan 70 | Joins Schema ColumnUsage Queries Dependencies |
1 create table #colinfo_af(-- 0 Rows, Data: 0 B, Index: 0 B 2 [_clid#af] smallint not null, 3 [_clname#af] longsysname(255) not null, 4 [_usrtype#af] smallint not null, 5 [_type#af] tinyint not null, 6 [_typnm#af] longsysname(255) not null, 7 [_colen#af] int not null, 8 [_maxlen#af] int not null, 9 [_auto#af] tinyint not null, 10 [_slc#af] tinyint not null, 11 [_sorder#af] int not null, 12 [_asname#af] varchar(50) not null, 13 [_mbyte#af] tinyint not null 14 ) 15
COLUMN USAGE | |
_clid#af | sp_autoformat |
_clname#af | sp_autoformat |
_usrtype#af | sp_autoformat |
_type#af | sp_autoformat |
_typnm#af | sp_autoformat |
_colen#af | sp_autoformat |
_maxlen#af | sp_autoformat |
_auto#af | sp_autoformat |
_slc#af | sp_autoformat |
_sorder#af | sp_autoformat |
_asname#af | sp_autoformat |
_mbyte#af | sp_autoformat |
QUERIES | |
Joined With | Links |