Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Excluding double characters
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Novell 5.x
Database:
Visual FoxPro
Divers
Thread ID:
01048881
Message ID:
01048889
Vues:
18
This message has been marked as the solution to the initial question of the thread.
See if SOUNDEX() and difference() functions help. Like:

SELECT * FROM MyTable WHERE soundex(cName) = soundex(lcSearchFor)



>Hello,
>
>I am working on a query which results in matches that contain similar strings as the search string. Especially double characters should be taken into consideration:
>
>For example:
>lcSearchFor = "GAMMA"
>SELECT * FROM MyTable WHERE cName = lcName
>
>Should result into:
>
>GAMA
>GAMMA
>GAAMA
>etc.
>
>Has anybody an idea how to do this in a more or less simple way?
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform