Changes between Version 69 and Version 70 of SandBoxPac
- Timestamp:
- 04/29/09 21:41:56 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SandBoxPac
v69 v70 92 92 93 93 94 {{{95 #!SQL96 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 94 99 95