Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL Query
Message
From
21/05/2003 01:28:14
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Miscellaneous
Thread ID:
00790324
Message ID:
00790922
Views:
13
Neil,
Try to run this code :

SELECT modacad.key1, modacad.key2, modacad.key3, modacad.key4, modacad.mainkey ;
FROM "U:\Data\modacad.dbf" ORDER BY modacad.key1 ;
WHERE modacad.key4='TECHNICAL' or modacad.key4='SAMPLE' ;
INTO CURSOR result
Previous
Reply
Map
View

Click here to load this message in the networking platform