Changes between Version 68 and Version 69 of SandBoxPac


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

--

Legend:

Unmodified
Added
Removed
Modified
  • SandBoxPac

    v68 v69  
    9292 
    9393 
     94{{{ 
     95#!SQL 
     96select 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}}} 
     98 
     99 
     100