Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Simple query help
Message
De
10/01/2012 10:55:38
 
 
À
10/01/2012 10:50:53
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01532616
Message ID:
01532619
Vues:
50
>I'm trying to filter a query with WHERE clause so it finds certain states in a column. How do I do this? Something like this:
>
>SELECT * FROM table WHERE Bts=0 AND Ost = ('PA','NY')
>
>only selects PA.
SELECT * FROM table WHERE Bts=0 AND Ost  in  ('PA','NY')
Gregory
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform