"David Bush" <[EMAIL PROTECTED]> wrote:
>
> I run the following query:
>
> select * from x where x like 'x/%' ;
>
> 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.
Use S
- 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 -0
On Thu, Jun 26, 2003 at 08:07:48AM -0400, David Bush wrote:
> I run the following query:
>
> select * from x where x like 'x/%' ;
>
> 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 ap