Grantee

From wikieduonline
Jump to navigation Jump to search


SELECT grantee, privilege_type 
FROM information_schema.role_table_grants 
WHERE table_schema = 'your_table_schema' 
AND table_name = 'your_table';

Advertising: