Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to Get Desired Result from SPT
Message
 
 
À
18/12/2008 14:10:08
Steven Dyke
Safran Seats USA
Texas, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2008 Server
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01368541
Message ID:
01368611
Vues:
7
This message has been marked as the solution to the initial question of the thread.
>I want all of webprddt6.drawmextc1
>
>and only webprddt6.drawmextc3 Where recseq matches filter

Move the filter condition from WHERE to JOIN
  Left Join webprddt6.drawmextc3 On webprddt6.drawmextc3.codeid = webprddt6.drawmextc1.clcode
    AND (recseq = 52632 Or recseq is NULL)
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform