Need help revoking security on a user.
I have a user who has SELECT, DELETE, UPDATE, INSERT on all tables in a schema. How can all remove all security this user except for SELECT without recreating the user or identifing all of the tables?
0