Grantee

From wikieduonline
Revision as of 10:19, 4 November 2024 by Welcome (talk | contribs) (Created page with " SELECT grantee, privilege_type FROM information_schema.role_table_grants WHERE table_schema = 'your_table_schema' AND table_name = 'your_table';")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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: