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
- 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..
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.
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
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
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:
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
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
;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
-
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
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
11 matches
Mail list logo