----- Original Message ----- 
From: "Fred van Engen" <[EMAIL PROTECTED]>
To: "David Bush" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Thursday, June 26, 2003 3:11 PM
Subject: Re: Help me: I'm a beginner


> On Thu, Jun 26, 2003 at 08:07:48AM -0400, David Bush wrote:
> > I run the following query:
> >
> > select * from xxxxxxxxx where xxxxxxxxx  like 'xxxxx/%' ;
> >
> > I would like the result of this query to go to a file or pause at the
end of the screen so that I can view each page.  Any help would be
appreciated.
>


try using the "into outfile" syntax after your select...(see manual/ask me
for an example if needed)...

aik_b


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to