Anthology templates. Got DBUI for db queries working.
This commit is contained in:
5
Delivery Log
Normal file
5
Delivery Log
Normal file
@ -0,0 +1,5 @@
|
||||
SELECT ca.communication_id, p.email, ca.created_at, ca.delivered_at, ca.opened_at, ca.errored_at, ca.status FROM communication_activities ca
|
||||
JOIN schools s ON ca.school_id = s.id
|
||||
JOIN customers c ON s.customer_id = c.id
|
||||
JOIN people p ON ca.person_id = p.id
|
||||
WHERE s.id = 8285;
|
||||
Reference in New Issue
Block a user