DoubleMetaphone
DoubleMetaphone Function
Returns the rows of data in which the value in columns contain the same Doube Metaphone representation.
Syntax
DoubleMetaphone(table Table, scalar Column1, Column2...)
Arguments
| Argument | Description |
|---|---|
table Table | Table containing the values to matched |
scalar Column | Column in which the records are to be converted |
Examples:
DoubleMetaphone([[FusionTestTable]],"VarcharColumn")
Returns the rows which are phonetically similar.