View Single Post
Old 09-01-2009, 01:42 AM  
ProG
Confirmed User
 
Join Date: Apr 2009
Posts: 1,319
I have no idea if this will help - I couldn't fully understand what you need from reading your posts so it's a shot in the dark.

Code:
DELETE FROM `dogs` WHERE  (`losses` >= 1000 AND ( ( `deaths` / `losses` ) * 100 ) > 90 ) OR ( ( ( `deaths` / `losses` ) * 100 ) > 90 AND `jobs` < `losses` );
lol @ dog fighting game
__________________
History will be kind to me for I intend to write it.
ProG is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote