Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
USE OF SQL STATEMENTS
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
FoxPro 2.x
Divers
Thread ID:
00004029
Message ID:
00004107
Vues:
28
what you would want to do is:

select * from database ;
where field1 = XXX or field1 = YYYY or field1 = ZZZ

you could also say
select * from database where inlist(field1,XXX,YYYY,ZZZ)

hope this helps
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform