daniel james wrote:
> 
> I need to generate a tab-delimited text dump of table
> data ONLY and have it output to a text file. I don't
> want any table info, delimiters, etc.  I need this to
> copy/paste into a excel spreadsheet.  What's the
> syntax?
> 
> I'm stuck here:

Hi: 
What do you think about: 

select fields from table  into outfile 'file' 
  


> 
> % mysqldump dbname tablename > ???
> 
> pleasepleaseplease help..!
> 
> __________________________________________________
> Do You Yahoo!?
> 
-- 
Tomas Carmen R.
TCC S.A.
telef.:+51-1-4428842
fax  : +51-1-4426434

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to