Hi All,
Can we use Oracle Optimizer Hints in Statement Handle Methods. e.g.,
$sth = $dbh->prepare("SELECT /*+ index(a index1) */ name, age FROM people a WHERE name LIKE ?");
if we use the hints, whether the hints are used by the Oracle Optimzer when the SQL gets executed?
Thanks
In reply to Using Optimizer Hints by sen
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |