5 lines
89 B
SQL
5 lines
89 B
SQL
/*10. How to check permissions granted to a specific user.
|
|
*/
|
|
|
|
show grants for amit;
|