Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
USE OF SQL STATEMENTS
Message
General information
Forum:
Visual FoxPro
Category:
FoxPro 2.x
Miscellaneous
Thread ID:
00004029
Message ID:
00004107
Views:
33
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform