Changes between Version 69 and Version 70 of SandBoxPac


Ignore:
Timestamp:
04/29/09 21:41:56 (16 years ago)
Author:
pacitu
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SandBoxPac

    v69 v70  
    9292 
    9393 
    94 {{{ 
    95 #!SQL 
    96 select a.ip from (select ipnr as ip,count(ipnr) as count from trac.spamfilter_log where karma < 0 group by ipnr) a where a.count > 50; 
    97 }}} 
    9894 
    9995