Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
LIKE operator and search phone without area code
Message
De
21/10/2005 12:48:05
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Database:
Visual FoxPro
Divers
Thread ID:
01061088
Message ID:
01061146
Vues:
15
>>same, use % and _
>>
>>Like() * becomes %
>>Like() ? becomes _
>>
>>ie
>>
>>like('a*b?c', field1) becomes field1 like 'a%b_c'
>>
>
>Are you sure there is LIKE() function in SQL Server? I do not think so.

I do not think my answer implied that. If it did, sorry

use
where ... ( Field1 like 'a%b_c' )
Gregory
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform