1 Jan
2004
1 Jan
'04
1:14 p.m.
Hi Joel, Joel Jensen wrote:
I am trying to do a SQL LIKE query on a lastname attribute of a zclass. ie. show me all the lastnames LIKE 'cronkyte'
should return cronkite... according to which SQL? 92, 99 probly not. You appear to need a phonetic search. LIKE does not work like that. Phonetic searches are rather complex and highly depend on the language you search for. As long as you are not able to specify the used language somewhere, its impossible to work as expected.
Regards Tino Wildenhain