[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
Re: ORACLE Performance Hints in SQR
- Subject: Re: ORACLE Performance Hints in SQR
- From: "Hood, Paul" <HoodP@BV.COM>
- Date: Fri, 13 Nov 1998 08:31:52 -0600
Jerry,
Put your hint on the next line and it will work.
begin-SELECT
/*+FIRST_ROWS*/
etc
Paul
> -----Original Message-----
> From: Jerry C [SMTP:colemanj@WASHPOST.COM]
> Sent: Friday, November 13, 1998 7:41 AM
> To: Multiple recipients of list SQR-USERS
> Subject: ORACLE Performance Hints in SQR
>
> Has anyone succeeded in doing this? Example:
>
> begin-SELECT /*+FIRST_ROWS*/
> etc.
>
> This won't compile in SQR. It would be nice to have the ability to
> include
> hints.
>
> Thanks.