Need to compare the name within two different tables and I am not sure how to begin.
I need to get the 1st record from a driver table Get the 1st record from the owner table then Read the 1st character of the driver.driver_name and see if it matches the 1st character of the owner.owner_name and continue comparing each character for a match. If it matches the entire name, it inserts into a new table. If it does not match, move on to the next record in the owner table and begin again. Thank you. -- 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