This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
dev:sql:functions:soundex [2009/12/07 16:57] tdo |
dev:sql:functions:soundex [2012/10/26 14:28] (current) |
||
---|---|---|---|
Line 11: | Line 11: | ||
For more information on Soundex searches, also known as Phonetic searches, see Omnidex Text and Phonetic Searches. | For more information on Soundex searches, also known as Phonetic searches, see Omnidex Text and Phonetic Searches. | ||
- | |||
===== Syntax ===== | ===== Syntax ===== | ||
+ | $SOUNDEX( <column_spec | 'string' >) | ||
+ | |||
+ | <column_spec | 'string' > | ||
+ | |||
+ | Required. This may be a CHARACTER or C STRING column, or a string literal | ||
+ | |||
===== Example ===== | ===== Example ===== | ||
==== Example 1 ==== | ==== Example 1 ==== |