Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Left outer join and just one match
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
01251976
Message ID:
01253189
Views:
19
>Try
>Select * from basisverzekering ;
>	left outer join wiskunde on basisverzekering.mijbrpls = wiskunde.mijbrpls ;
>		AND wiskunde.vlgnr_mut = ( SELECT MIN(vlgnr_mut) FROM wiskunde w2 ;
>						WHERE w2.mijbrpls = wiskunde.mijbrpls)



>
Thanks that seems to work

> BTW, did you now that VFP9 has been release for quite a while?

Yes certainly, in fact I have one at home, but I'm doing this job for a company which uses vfp 5. I have adviced them to upgrade to vfp 9. But I have to say that even vfp 5 is enough for us now.
Zakaria al Azhar
My blog on Actuaris.net
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform