Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP6.0 Optimize SQL
Message
From
30/03/2000 11:52:48
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00352764
Message ID:
00352779
Views:
10
Hi James !

I am not certain, but you might add parenthesis in your sql select

select dam1, yr_bred, name, sex, sire1, booked_to, last_bred, p_b, date_foal,;
date_died, cause_deat,price_sold, buy_name, age_rec, life_earn, cl;
from master;
where category = "F" and ;
(type = "S" or type = "W" or type = "Y")
order by dam1;
into table foals nofilter

- You can change the line (type = "S" or type = "W" or type = "Y") by
a) inlist(type,"S","W,"Y")
b) type $ "SWY"

Stef
Previous
Reply
Map
View

Click here to load this message in the networking platform