On Jul 12, 12:54 pm, Rose <rsrm...@gmail.com> wrote:
> I need to compare the name between two tables but it needs to be a
> character at a time and I am unsure where to begin.  Would I use a
> varray.  My psuedo...
>
> Get the first record from the driver file
> Get the first record from the owner file
>
> Get the 1st character of the driver_name
> Get the 1st character of the owner_name
> if the match, get the 2nd character

Why does this 'need' to be a character-by-character walk through both
strings?  That sounds pointless when a simple inner join would do the
same thing.


David Fitzjarrell

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