I need to advance a selected number of user's followup message to a specific seq # - how can I do that without going one by one for each user and change the seq# and save?
How can I turn off daily mail execution manually until manually turned back on?
UPDATE lm_users SET cseq = '4' WHERE cseq = '3' AND list = '1';