Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Simple query help
Message
From
10/01/2012 10:55:38
 
 
To
10/01/2012 10:50:53
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01532616
Message ID:
01532619
Views:
49
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform