ListMailPRO Email Marketing Software Forums
ListMailPRO Email Software
& Marketing Forums
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Home
Help
Search
Login
Register
ListMailPRO Email Marketing Software Forums
»
ListMailPRO Email Marketing Software Forums
»
General Help & How-To
»
SQL syntax for manually deleting bounced users
« previous
next »
Print
Pages: [
1
]
Go Down
Author
Topic: SQL syntax for manually deleting bounced users (Read 2739 times)
websites
Posts: 1
SQL syntax for manually deleting bounced users
«
on:
August 27, 2008, 02:39:05 am »
Hi Dean
Can you or anyone else help with SQL syntax to use in PHPMyAdmin - I think I have something wrong here:
I want to manually delete all the bounced users from List number 2 and tried to construct my SQL as follows:
DELETE * FROM `lm_users` WHERE cnf = '3' and list = '2';
But it is wrong somewhere as it stops at the *
Many thanks
Regards
Andrew
Logged
DW
Administrator
Posts: 3787
SQL syntax for manually deleting bounced users
«
Reply #1 on:
September 07, 2008, 08:28:34 am »
Hi Andrew,
The * is not required for DELETE statements. Simply remove it. The rest of the query looks good but as always, be very careful with DELETE statements!
Regards
Logged
Dean Wiebe
ListMailPRO
Author & Developer -
Help
|
Support
|
Hosting
Print
Pages: [
1
]
Go Up
« previous
next »
ListMailPRO Email Marketing Software Forums
»
ListMailPRO Email Marketing Software Forums
»
General Help & How-To
»
SQL syntax for manually deleting bounced users