Tuesday, October 7, 2008

Hints

SQL hints (the things between /*+ */ )

1) There is no error posted if you type them wrong -- they just don't work.

2) If you use an alias in your FROM statement, you must use that and not the actual table name in the hint.

No comments:

Post a Comment