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