Subject Revoke
Author Michael Vilhelmsen
Hi

Can I revoke on all tables at one time ?

I know I can do this:

Revoke all on MyTable from public


But can I do something like

Revoke all on "AllTables" from public


Mihcael