Delete user

If you have a user named rimon then you can delete the user by the following command:
DROP USER rimon;

SQL Command:
DROP USER user_name;

0 comments:

Post a Comment