Thanks for the valuable tips
sanjay
- Original Message -
From: "Rob A. Brahier" <[EMAIL PROTECTED]>
To: "Roger Baklund" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Cc: "sanjay gupta" <[EMAIL PROTECTED]>
Sent: Tuesday, August 19, 2003 11:
PROTECTED]
Cc: sanjay gupta
Subject: Re: scroll problem
* sanjay gupta
> i have tried limit , but i want 10 records at a time and when i
> hit "return key" i will show next 10 records, and so on. how i
> can achieve this .
Depending on your OS, you could try something li
* sanjay gupta
> i have tried limit , but i want 10 records at a time and when i
> hit "return key" i will show next 10 records, and so on. how i
> can achieve this .
Depending on your OS, you could try something like this:
$> mysql -e "SELECT * FROM tablename" database | more
It won't give you
0 to retrieve rows 11-20
>
> sanjay
> - Original Message -
> From: "Victoria Reznichenko" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Tuesday, August 19, 2003 2:32 PM
> Subject: Re: scroll problem
>
>
>> "sanjay gupta" &l
> From: "Victoria Reznichenko" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Tuesday, August 19, 2003 2:32 PM
> Subject: Re: scroll problem
>
>
>> "sanjay gupta" <[EMAIL PROTECTED]> wrote:
>> >
>> >
AIL PROTECTED]>
Sent: Tuesday, August 19, 2003 2:32 PM
Subject: Re: scroll problem
> "sanjay gupta" <[EMAIL PROTECTED]> wrote:
> >
> >I have lot of problem due to scrolling .e.g. When i
give
> > command " select * from table-name" .if
"sanjay gupta" <[EMAIL PROTECTED]> wrote:
>
>I have lot of problem due to scrolling .e.g. When i give
> command " select * from table-name" .if the records are more than the srceen
> width then i am unable to see all the records ,only last records are
> visible.Is there any comma