Push_subq Oracle hint - Execute the sub query before the parent query


/ Published in: SQL
Save to your folder(s)



Copy this code and paste it in your HTML
  1. /*+ push_subq(@subq1)*/
  2.  
  3. /*+ no_unnest qb_name(subq1) */

URL: http://jonathanlewis.wordpress.com/2007/03/09/push_subq/

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.