| Database | Table | Application | Created | Links |
| tempdb | #helpsort2_crby_sybsystemprocs__sp_helpsort | 01 Jan 70 | Joins Schema ColumnUsage Queries Dependencies |
1 create table #helpsort2(-- 0 Rows, Data: 0 B, Index: 0 B 2 char_val char(1) not null 3 ) 4
| COLUMN USAGE | |
| char_val | sp_helpsort |
| QUERIES | |
| Joined With | Links |
| DEPENDENCIES |
| READERS AND WRITERS read_written by proc sybsystemprocs..sp_helpsort |