On Thu, 2001-10-25 at 09:18, Cristi Banciu wrote:
> > INSERT INTO users' 'VALUES ('host','user','password','y','y','y','y',
> > 'y','y','y','y','y','y','y','y','y','y');
> nu cumva trebuie ceva de genul:
> INSERT INTO USERS VALUES ('host','user',password('password'),...); ?
sau si mai bine
INSERT INTO USERS VALUES
('host','user',password('password'),'N','N',...);
si apoi
INSERT INTO db VALUES ('host', 'db', 'user', 'Y'...'N');
---
Send e-mail to '[EMAIL PROTECTED]' with 'unsubscribe rlug' to
unsubscribe from this list.