Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Inlist() woes
Message
 
À
04/03/2002 14:35:56
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Divers
Thread ID:
00627988
Message ID:
00628001
Vues:
15
Hi,

replace
Select * from dline where inlist(cde_tooth, '14', '1 ') 
with
Select * from dline where cde_tooth$'14'+'1'
inlist find a reference, but $ find extact in string. Contact with |, because if cde_tooth is 41, cde_tooth$'14'+'1' return .t. :D then:
Select * from dline where cde_tooth$'14'+"|"+'1'
[]s
Cordialmente,

Fabiano Costa
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform