Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Hints in Practice
> The following is perfectly valid Oracle syntax:
>
> SELECT /*+ Bob Jones is making an argument that doesn't hold water */
> table_name
> FROM user_tables;
>
> And if you don't believe me ... copy it into SQL*Plus.
Hmmm, it didn't work until I changed it to:
SELECT /*+ DA Morgan is lost in the ocean of hints.*/
*
FROM many_stars;
Received on Fri Aug 25 2006 - 21:19:11 CDT