Grant
Hi,
I have several tables in a database and I have to
grant ALL on each table to a user. How can I do it at
once???
I'm doing a GRANT statement for each table... (ugly).
Regards,
Marcelo
_______________________________________________________
Yahoo! Messenger 6.0 - jogos, emoticons sonoros e muita divers�o. Instale agora!
http://br.download.yahoo.com/messenger/
On Tue, Sep 14, 2004 at 10:47:13AM -0300, MaRCeLO PeReiRA wrote:
Hi,
I have several tables in a database and I have to
grant ALL on each table to a user. How can I do it at
once???I'm doing a GRANT statement for each table... (ugly).
grant all on table1, table2, table2, ... to user;
IIRC anyway...
--
Martijn van Oosterhout <kleptog@svana.org> http://svana.org/kleptog/
Show quoted text
Patent. n. Genius is 5% inspiration and 95% perspiration. A patent is a
tool for doing 5% of the work and then sitting around waiting for someone
else to do the other 95% so you can sue them.