PDA

View Full Version : Delete custom avatars greater than X width


Night Owl
06-09-2006, 04:47 PM
I am wanting to delete all customavatars that are greater than 100 pixels wide.

I was thinking that this would work:

DELETE from customavatar WHERE width > 100;

I am running vb 3.5.4. Does that look like it would work?

iranthavan
06-13-2006, 12:23 PM
thanks, i just used your query and deleted all the custom avatars larger than the size u mentioned, you can goahead. thanks again

ludachris
10-30-2007, 05:21 PM
I just tried this in 3.6.8 and it didn't do the trick. Any idea on how to modify this query to work correctly?