[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



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.