| Database | Table | Application | Created | Links |
| tempdb | #results_table_crby_sybsystemprocs__sp_odbc_gettableprivileges | 01 Jan 70 | Joins Schema ColumnUsage Queries Dependencies |
1 create table #results_table(-- 0 Rows, Data: 0 B, Index: 0 B 2 TABLE_CAT varchar(32) not null, 3 TABLE_SCHEM varchar(32) not null, 4 TABLE_NAME varchar(255) not null, 5 column_name varchar(255) null, 6 GRANTOR varchar(32) not null, 7 GRANTEE varchar(32) not null, 8 PRIVILEGE varchar(32) not null, 9 IS_GRANTABLE varchar(3) not null 10 ) 11
| COLUMN USAGE | |
| TABLE_CAT | sp_odbc_gettableprivileges |
| TABLE_SCHEM | sp_odbc_gettableprivileges |
| TABLE_NAME | sp_odbc_gettableprivileges |
| GRANTOR | sp_odbc_gettableprivileges |
| GRANTEE | sp_odbc_gettableprivileges |
| PRIVILEGE | sp_odbc_gettableprivileges |
| IS_GRANTABLE | sp_odbc_gettableprivileges |
| QUERIES | |
| Joined With | Links |
| DEPENDENCIES |
| READERS AND WRITERS read_written by proc sybsystemprocs..sp_odbc_gettableprivileges |