Originally posted by eek
View Post

mysql> select count(*) from rep where repping_user = 'MarillionFan' and rep_text not like '%MF%' and rep_text not like '%MarillionFan%' and rep_type = 'negative'; +----------+ | count(*) | +----------+ | 139872 | +----------+ 1 row in set (3.48 sec) mysql>
Comment