Quote Originally Posted by plonk View Post
Code: 
"delete from user where icq != ''
Shouldn't that be:
Code: 
delete * from user where icq != ''
Nope.