RE: Less | More

2007-05-03 Thread John Trammell
> -Original Message- > From: John Kebbel [mailto:[EMAIL PROTECTED] > Sent: Thursday, May 03, 2007 7:34 AM > To: MySQL > Subject: Less | More > > Is there a mysql command line equivalent to | less or | more to make it > easier to scan rows one screen at a time? I have the command: page

RE: Less | More

2007-05-03 Thread Jerry Schwartz
n Ave. Farmington, CT 06032 860.674.8796 / FAX: 860.674.8341 > -Original Message- > From: Baron Schwartz [mailto:[EMAIL PROTECTED] > Sent: Thursday, May 03, 2007 8:42 AM > To: [EMAIL PROTECTED] > Cc: MySQL > Subject: Re: Less | More > > John Kebbel wrote: > > Is there

Re: Less | More

2007-05-03 Thread John Kebbel
Thank you, gentlemen. From the little I had read about pager so far, I assumed it had something to do with outputting to a text file. First chance I get, I'll read up on pager in detail. On Thu, 2007-05-03 at 12:39 +, [EMAIL PROTECTED] wrote: > at your friendly mysql command-line prompt enter

Re: Less | More

2007-05-03 Thread Baron Schwartz
John Kebbel wrote: Is there a mysql command line equivalent to | less or | more to make it easier to scan rows one screen at a time? Type ? from within the command-line client to see help. One of the lines shows this: pager (\P) Set PAGER [to_pager]. Print the query results via PAGER