Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Is there a SQL to pull members with no projects assigned?

members Projects pull sql
0
Posted

Is there a SQL to pull members with no projects assigned?

0

Select Distinct Youth2a.MemberID, Youth2a.LastName, Youth2a.FirstName, Youth2a.Category, Youth2a.Status From “Youth2a.db” Youth2a WHERE (Youth2a.MemberID NOT IN (Select Distinct Youth2d.MemberID From “Youth2d.db” Youth2d)) AND Youth2a.Category IN (‘M’, ‘C’) AND Youth2a.Status IN (‘N’, ‘R’) Order by Youth2a.MemberID Judy Martin form Martech created these two SQL’s. ****Other SQL formulas can be found in the documents file of the Blue Ribbon Youth Enrollment program. Go to your main program file, select Youth Enrollment, documentation, Youth Enrollment 2.4 Manual, open the file and scroll down to the Appendix H 12- 18.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123