[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
Re: SQL return limits
- Subject: Re: SQL return limits
- From: "PHUNG, BINH" <BPHUNG@FINEHOST.COM>
- Date: Fri, 12 Nov 1999 17:32:57 -0500
i got it!
SQL 7.0 QUERY tool have properities setting.
Found them.
Thank You
> -----Original Message-----
> From: Dray, Adam [SMTP:Adam.Dray@PHH.COM]
> Sent: Friday, November 12, 1999 4:54 PM
> To: Multiple recipients of list SQR-USERS
> Subject: Re: SQL return limits
>
> You haven't told us what database you use. Generally, 'set'
> commands in SQL are used before the statement:
>
> set record limit=100
> select * from ps_ap_invoices
>
> But this won't work in Sybase, as far as I know. Tell us what
> database you're using and we can help you better.
>
> > -----Original Message-----
> > From: PHUNG, BINH [SMTP:BPHUNG@FINEHOST.COM]
> > Sent: Friday, November 12, 1999 4:44 PM
> > To: Multiple recipients of list SQR-USERS
> > Subject: Re: SQL return limits
> >
> > will that command work in pure SQL.
> > something like this?
> > select * from ps_ap_invoices
> > set record limit=100
> >