Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Joins
Message
 
To
06/09/2000 21:13:59
John Tomblin
Service Station Systems, Inc.
San Jose, California, United States
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Re: Joins
Miscellaneous
Thread ID:
00413276
Message ID:
00413451
Views:
21
John,
SELECT TableA.*, TableB.FieldName ;
  FROM TableA LEFT JOIN TableB ;
    ON TabelA.Pk = TableB.Fk ;
 <strong>GROUP BY TableA.PK</strong> ;
INTO CURSOR MyResult
Previous
Reply
Map
View

Click here to load this message in the networking platform