Returns privilege information for all columns in a table or view.
This stored procedure is not supported in ECDA Option
for ODBC to DB2 UDB data sources.
sp_table_privileges table_name [, table_owner [, table_qualifier]]
is the name of the table. Wildcard-character search patterns are not supported.
is the name of the table owner. Wildcard-character search patterns are not supported.
For DB2 UDB targets, this is ignored. Leave blank or set to NULL.
For non-DB2 targets, this is the name of the database. Acceptable values are the current database or NULL.
This procedure corresponds to the ODBC function SQLTablePrivileges.