Quote Originally Posted by Lock Down View Post
No that command says delete from user which means any user that has an ICQ address in that field will get deleted. Not the icq field.
Code: 
"delete from user where icq != ''
Shouldn't that be:
Code: 
delete * from user where icq != ''