RE: How to Dump only Data

2001-10-02 Thread George Eric R Contr AFSPC/CVYZ
Oops, Yea, that's pretty obvious now that you pointed it out! Thanks Eric -Original Message- From: Ken Menzel [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 02, 2001 1:11 PM To: George Eric R Contr AFSPC/CVYZ; mysql Subject: Re: How to Dump only Data Yes, the mysql proce

Re: How to Dump only Data

2001-10-02 Thread Ken Menzel
/CVYZ" <[EMAIL PROTECTED]> To: "mysql" <[EMAIL PROTECTED]> Sent: Tuesday, October 02, 2001 2:55 PM Subject: RE: How to Dump only Data > I just tried this, but I get the result: > > mysql> SELECT * FROM ga_perf INTO OUTFILE "/home/georgee/ga_perf.out"

RE: How to Dump only Data

2001-10-02 Thread George Eric R Contr AFSPC/CVYZ
rom: Ken Menzel [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 02, 2001 11:08 AM To: fi-claudemir; mysql Subject: Re: How to Dump only Data Hi Claudemir, Perhaps you are really looking for SELECT INTO OUTFILE syntax? http://www.mysql.com/doc/S/E/SELECT.html Ken - Original Message - From

RE: How to Dump only Data

2001-10-02 Thread Jay Fesco
From: fi-claudemir [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, October 02, 2001 12:55 PM > To: mysql > Subject: How to Dump only Data > > > Hi > > How to Dump only the data from a Table. > I took a look at the mysqldump options, but I didn't find something that > wor

RE: How to Dump only Data

2001-10-02 Thread Daniel Ouellet
; To: mysql > Subject: How to Dump only Data > > > Hi > > How to Dump only the data from a Table. > I took a look at the mysqldump options, but I didn't find something that > works fine ! > > Regards > Claudemir F. Martins > > > -

Re: How to Dump only Data

2001-10-02 Thread fi-claudemir
Didn't work... still there are informations and the INSERT INTO clause into the dumped file Thanks anyway! Claudemir F. Martins Robert Cope wrote: >On Tue, Oct 02, 2001 at 01:55:13PM -0300, fi-claudemir wrote: > >>How to Dump only the data from a Table. >>I took a look at the mysqldump option

Re: How to Dump only Data

2001-10-02 Thread Ken Menzel
Hi Claudemir, Perhaps you are really looking for SELECT INTO OUTFILE syntax? http://www.mysql.com/doc/S/E/SELECT.html Ken - Original Message - From: "fi-claudemir" <[EMAIL PROTECTED]> To: "mysql" <[EMAIL PROTECTED]> Sent: Tuesday, October 02, 2001 12:55 P

How to Dump only Data

2001-10-02 Thread fi-claudemir
Hi How to Dump only the data from a Table. I took a look at the mysqldump options, but I didn't find something that works fine ! Regards Claudemir F. Martins - Before posting, please check: http://www.mysql.com/manual.php