S skanat Member² Apr 23, 2003 #1 With GRANT we add privileges to an object... but if now I don't want that privileges? If I want to QUIT them from the object?? Thanks people! Bernat
With GRANT we add privileges to an object... but if now I don't want that privileges? If I want to QUIT them from the object?? Thanks people! Bernat
Marco Kalter Administrator Staff member Apr 23, 2003 #1 You can use the REVOKE ... FROM command: grant select on emp to scott revoke select on emp from scott ------------------ Marco Kalter Allround Automations
You can use the REVOKE ... FROM command: grant select on emp to scott revoke select on emp from scott ------------------ Marco Kalter Allround Automations