Changes between Version 68 and Version 69 of SandBoxPac
- Timestamp:
- 04/29/09 21:34:03 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SandBoxPac
v68 v69 92 92 93 93 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 }}} 98 99 100