Re: Output to a file

2006-05-07 Thread abhishek jain
On 5/5/06, Rhino <[EMAIL PROTECTED]> wrote: - Original Message - From: "Payne" <[EMAIL PROTECTED]> To: Sent: Friday, May 05, 2006 12:09 AM Subject: Output to a file > Hey, > > been trying to output a select statment to a file, all the books I have

Re: Output to a file

2006-05-05 Thread Rhino
- Original Message - From: "Payne" <[EMAIL PROTECTED]> To: Sent: Friday, May 05, 2006 12:09 AM Subject: Output to a file Hey, been trying to output a select statment to a file, all the books I have only show how to input from a file, what is the correct way..

Re: Output to a file

2006-05-04 Thread Luke Vanderfluit
Hi Payne. Payne wrote: Hey, been trying to output a select statment to a file, all the books I have only show how to input from a file, what is the correct way I thought I could do select * from my_toy >> `/tmp/my_toys` You can do 'select * into outfile from ;' But I get an error.

Re: Output to a file

2006-05-04 Thread Daniel Kasak
Payne wrote: Hey, been trying to output a select statment to a file, all the books I have only show how to input from a file, what is the correct way I thought I could do select * from my_toy >> `/tmp/my_toys` But I get an error. Payne You can use the 'tee' command, eg: tee logfile.t

Output to a file

2006-05-04 Thread Payne
Hey, been trying to output a select statment to a file, all the books I have only show how to input from a file, what is the correct way I thought I could do select * from my_toy >> `/tmp/my_toys` But I get an error. Payne -- MySQL General Mailing List For list archives: http://lists.my

re: Output to a file?

2002-09-26 Thread Victoria Reznichenko
Patrick, Thursday, September 26, 2002, 3:38:24 PM, you wrote: PF> I'm new to MySQL. I've been able to query the database via PHP and display PF> it within a html page. I would like to out put the results to a flat file PF> tab delimited instead of onto a new page. Use SELECT INTO OUTFILE:

Output to a file?

2002-09-26 Thread Patrick Fowler
Hello, I'm new to MySQL. I've been able to query the database via PHP and display it within a html page. I would like to out put the results to a flat file tab delimited instead of onto a new page. Thanks for any help. DBA / Unix Administrator Patrick Fowler Wynit, Inc. 6847 Ellicott Drive Ea

RE: redirect output to a file?

2002-07-14 Thread Matthew Scarrow
don McCombs [mailto:[EMAIL PROTECTED]] Sent: Sunday, July 14, 2002 5:53 PM To: [EMAIL PROTECTED] Subject: redirect output to a file? Hi, WIth the way eSKUeL (a PHP app I found on freshmeat) displays query results in a table, and the way that copying and pasting that data into a xls or doc file

redirect output to a file?

2002-07-14 Thread Brandon McCombs
;m able to more easily print the output because I don't want all the information that eSKUeL displays on output either (it doesn't make a new page for results so you can see all the available commands as well and I don't want those visible when results are printed). Is there a way to

RE: output to a file

2002-04-01 Thread Peter Lovatt
- Sunmaia www.sunmaia.net [EMAIL PROTECTED] tel. 0121-242-1473 ------- > -Original Message- > From: Alex Behrens [mailto:[EMAIL PROTECTED]] > Sent: 01 April 2002 02:37 > To: [EMAIL PROTECTED] > Subject: output to a file > > > Hey

output to a file

2002-03-31 Thread Alex Behrens
Hey Guys, I know this is more of a PHP question, but since most people here now a lot about PHP I thought I'd ask. I have a script that outputs headlines for reviews and I need to output it to a file for inserting into my page, because I can't use php on this specific page so I want to output it