I have two data tables (one with names, and another with multiple
addresses for that name)

NAME
   +ID(PK)
   NAME

ADDRESS
   +ID
   ADDRESS
   TYPE     (LOCAL and PERMENANT)

I need to merge this into a single table

NAME_MERGE
   +ID
   NAME
   LOCAL_ADDRESS
   PERMANTANT_ADDRESS

--~--~---------~--~----~------------~-------~--~----~
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