Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL Server Select Statement
Message
From
21/07/2005 12:33:32
Stephen Hunt
Admit Computer Services Inc.
Farmingdale, New York, United States
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
01034265
Message ID:
01034730
Views:
18
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform