or simply

SELECT /*+ and_equal(em EMP_EMP_ID_PK EMP_NAME_IX) */
      em.employee_id, em.last_name, email
  FROM qsn_app.employees em
 WHERE INSTR (UPPER (em.last_name), 'KIN', 1,1) > 0;

which gives the same plan.

-- 
You received this message because you are subscribed to the Google
Groups "Oracle PL/SQL" group.
To post to this group, send email to Oracle-PLSQL@googlegroups.com
To unsubscribe from this group, send email to
oracle-plsql-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/Oracle-PLSQL?hl=en

Reply via email to