Churnalism: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 15: Line 15:
# for each $org, $dept in "select organization, department visited" from visits
# for each $org, $dept in "select organization, department visited" from visits
## for each $clientInterest in "select clientInterest from orgclients where org = $org"
## for each $clientInterest in "select clientInterest from orgclients where org = $org"
## "select true from govDept where dept = $dept and deptInterest is not $clientInterest"
### "select true from govDept where dept = $dept and deptInterest is not $clientInterest"
### if not true, print "What the heck is $org meeting with $dept about $clientInterest for?"
### if not true, print "What the heck is $org meeting with $dept about $clientInterest for?"


Navigation menu