Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Some help with a sub-query
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00637702
Message ID:
00637705
Vues:
22
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform