Text property: QueryExpression class
Description
This property returns or sets the text of the expression, as a character string.
This property is read/write.
Using ORACLE Hints in Expressions
Oracle hints can be included in expressions using the following considerations:
-
Expression containing a hint must begin with /*+.
-
Expression can only contain one hint. For example, only one set of /* */ is allowed in each expression.
-
Each /* must precede an */.
-
Each expression must contain a complete hint. For example, an expression can't have only /* or */. Both must be in same expression.