Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL Select problem
Message
From
29/07/2000 02:25:14
Walter Meester
HoogkarspelNetherlands
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00398108
Message ID:
00398436
Views:
34
Boris, Jim,

Even more straightahead:
SELECT a.name ;
  FROM People A INNER JOIN People B ON a.name = b.name AND ;
       a.selField = "English" AND b.SelField = "French" ;
  INTO CURSOR MyResult
Walter,
Previous
Reply
Map
View

Click here to load this message in the networking platform