Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL Server Select Statement
Message
De
21/07/2005 12:33:32
Stephen Hunt
Admit Computer Services Inc.
Farmingdale, New York, États-Unis
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
01034265
Message ID:
01034730
Vues:
17
Ok that worked to an extent
if I just run
SELECT pay.* from Payments pay
JOIN motorvehicle mv ON mv.keyident = pay.pkeyident
AND pay.py_modtype = 'MV' AND mv_judge = '1'
I get a record set returned
once I add

JOIN locallaw ll ON ll.keyident = pay.pkeyident
AND pay.py_modtype = 'LL' AND ll_judge = '1'

no records are returned
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform