I have created a couple of tables and I need to give some other users access to use that table - how is that done?
Message was edited by: anpki_062
I have created a couple of tables and I need to give some other users access to use that table - how is that done?
Message was edited by: anpki_062
You need to use the GRANT syntax.
grant select, insert, update, delete on suppliers to smithj;