programming-examples/sql/UserManagement/10. How to check permissions granted to a specific user.sql
2019-11-18 14:05:53 +01:00

5 lines
89 B
SQL

/*10. How to check permissions granted to a specific user.
*/
show grants for amit;