Re: Help me: I'm a beginner

2003-06-26 Thread Egor Egorov
"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

Re: Help me: I'm a beginner

2003-06-26 Thread I-A.Kotopoulos
- 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

Re: Help me: I'm a beginner

2003-06-26 Thread Fred van Engen
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