Hi Folks,
I have some stored procedures in Sql and I'm migrating those to Oracle. I
didn't find one with the same idea as DIFFERENCE in SQL. If you don't know
what is the function of difference, I'm explaining....
DIFFERENCE
Returns the difference between the SOUNDEX values of two character
expressions as an integer.
Anyone know if we have a function with the same functionality as this one
above in Oracle ??
Thanks in Advance,
Jorge
I have some stored procedures in Sql and I'm migrating those to Oracle. I
didn't find one with the same idea as DIFFERENCE in SQL. If you don't know
what is the function of difference, I'm explaining....
DIFFERENCE
Returns the difference between the SOUNDEX values of two character
expressions as an integer.
Anyone know if we have a function with the same functionality as this one
above in Oracle ??
Thanks in Advance,
Jorge
Comment