DatabaseTableApplicationCreatedLinks
tempdb#odbc_tprivs_crby_sybsystemprocs__sp_odbc_gettableprivileges  01 Jan 70Joins Schema ColumnUsage Queries Dependencies

1     create table #odbc_tprivs(-- 0 Rows, Data: 0 B, Index: 0 B
2         tab_id int not null,
3         tab_name varchar(255) not null,
4         tab_owner varchar(32) null,
5         uid int not null,
6         type varchar(10) not null
7     )
8     
COLUMN USAGE
tab_idsp_odbc_gettableprivileges 
tab_namesp_odbc_gettableprivileges 
tab_ownersp_odbc_gettableprivileges 
uidsp_odbc_gettableprivileges 
typesp_odbc_gettableprivileges 

QUERIES
Joined With Links

DEPENDENCIES
READERS AND WRITERS
read_written by proc sybsystemprocs..sp_odbc_gettableprivileges