ListMailPRO Email Marketing Software Forums

ListMailPRO Email Marketing Software Forums => General Help & How-To => Topic started by: chris6 on January 11, 2006, 01:47:17 pm

Title: deleting everyone at follow up 5
Post by: chris6 on January 11, 2006, 01:47:17 pm
how do I delete everyone at follow up 5? in a sequence of 20 follow ups emails?
Title: deleting everyone at follow up 5
Post by: DW on January 11, 2006, 05:20:10 pm
This requires a custom SQL command run from a program like PhpMyAdmin, as follows (list 1 example).

DELETE FROM lm_users WHERE list = '1' and cseq = '5';

Regards