Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Get Data Using SPT
Message
 
 
To
30/04/2008 18:43:19
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01314361
Message ID:
01314372
Views:
6
>This shows all the records from resmngt3 even when resmngt3b has an assignment.

Maybe this will do?
Select * 
	From webprddt6.resmngt2 
		Join webprddt6.resmngt3 On webprddt6.resmngt2.recseq = webprddt6.resmngt3.projindex 
		LEFT Join webprddt6.resmngt3b On webprddt6.resmngt3.recseq = webprddt6.resmngt3b.taskindex 
	 		WHERE assigned = '' OR assigned IS NULL
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform