Hey folks,
Any idea how I can do this? I've got two tables: subscriptions and subbedUsers.
here's subscriptions:
pk_sId
s_SubUId (this uses subbedUsers.pk_suId)
s_NId (this uses newsletters.pk_nId, not necessary to describe this here)
...and subbedUsers:
pk_suId
suEmail
suName
I'd like to periodically "clean house" on the subbedUsers table by deleting users who aren't subscribed to any of the newsletters managed. I've spent way too much time gnashing my teeth over this and would love to hear your ideas.
thanks,
inger
Any idea how I can do this? I've got two tables: subscriptions and subbedUsers.
here's subscriptions:
pk_sId
s_SubUId (this uses subbedUsers.pk_suId)
s_NId (this uses newsletters.pk_nId, not necessary to describe this here)
...and subbedUsers:
pk_suId
suEmail
suName
I'd like to periodically "clean house" on the subbedUsers table by deleting users who aren't subscribed to any of the newsletters managed. I've spent way too much time gnashing my teeth over this and would love to hear your ideas.
thanks,
inger