If anybody is having Iz0-144 dump Please send to me, I have an exam next week
advance thanks [email protected] On 3/13/11, gayathri Dev <[email protected]> wrote: > Hi All, > > I have 2 queries. > > Query 1: > select target_table, source_table > from tab1 > > I want to use each row at a time returned by Query 1 in Query 2. > > Query 2: > > select * from user_tab_column > where table_name in (tab1.target_table, tab1.source_table) > > Please let me know how can I merge these 2 queries in one. > > Thanks, > G. > > -- > You received this message because you are subscribed to the Google > Groups "Oracle PL/SQL" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/Oracle-PLSQL?hl=en -- You received this message because you are subscribed to the Google Groups "Oracle PL/SQL" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Oracle-PLSQL?hl=en
