RE: command line exectution of query(newbie)

2003-03-06 Thread Anil Garg
thanks, that helped :) -Original Message- From: Jennifer Goodie [mailto:[EMAIL PROTECTED] Sent: Thursday, March 06, 2003 1:49 PM To: Anil Garg; [EMAIL PROTECTED] Subject: RE: command line exectution of query(newbie) Database name goes after options. It is showing you the help page

RE: command line exectution of query(newbie)

2003-03-06 Thread Paul DuBois
The help message is so long that you probably didn't notice the error message at the beginning. any more ideas? thanks and regards anil. -Original Message- From: Jocelyn Fournier [mailto:[EMAIL PROTECTED] Sent: Thursday, March 06, 2003 2:38 PM To: Anil Garg; [EMAIL PROTECTED] Subjec

RE: command line exectution of query(newbie)

2003-03-06 Thread Jennifer Goodie
Database name goes after options. It is showing you the help page because it does not understand what you are passing to it. It's kind of saying "Here, look at this, this is how I work, follow these directions they might help you out." -Original Message- From: Anil Garg [mailto:[EMAIL PR

RE: command line exectution of query(newbie)

2003-03-06 Thread Anil Garg
8 PM To: Anil Garg; [EMAIL PROTECTED] Subject: Re: command line exectution of query(newbie) Hi, The right DELETE syntax is : delete from where id > 5; Regards, Jocelyn - Original Message - From: "Anil Garg" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursd

Re: command line exectution of query(newbie)

2003-03-06 Thread Jocelyn Fournier
Hi, The right DELETE syntax is : delete from where id > 5; Regards, Jocelyn - Original Message - From: "Anil Garg" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, March 06, 2003 6:26 PM Subject: command line exectution of query(newbie) > Hi, > > What am i doing wrong: >