Member Table Columns [id, email, join_date]
Member Login Table Columns [m_id, date]
Every time a user logs in, a new row is created in the Member Login Table.
I am trying to send them an email reminder when they have not logged in for 30 days. I stuck trying to get the list of users [email addresses], from the tables listed, based on the last time they logged in.
1 Answer