Folks,
We are working on a Sybase to Teradata Conversion project and ran into a situation where Sybase similar function is used in WHERE condition.
eg:
where similar(a.bank_nbr, b.bank_nbr) > 75
Example from Sybase Manual
The following statement returns the value 75:
SELECT SIMILAR( 'toast', 'coast' ) FROM iq_dummy. This signifies that the two values are 75% similar.
↧