Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Some help with a sub-query
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00637702
Message ID:
00637705
Views:
23
Caroline,

is this what you want to do?
Select Exhibit.iid, Exhibit.nkey, Links.* ;

  FROM Links;

  LEFT OUTER JOIN Links ;
  ON Exhibit.iid = Links.iwork ;

  WHERE Links.itype in (1,0);
  GROUP BY links.iwork;
  INTO CURSOR Linked
Armin

Armin Neudert
Regional Director (Stuttgart) of German FoxPro User Group dFPUG

MCP for Visual FoxPro

Expert/Editor of the VFP section in the German Codezone community portal
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform