mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
fix & rename dup rules script
This commit is contained in:
parent
c52b19e91f
commit
75421f26cd
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
SELECT raw, COUNT(*) ct
|
||||
FROM rules
|
||||
GROUP BY raw
|
||||
HAVING c > 1;
|
||||
HAVING ct > 1;
|
||||
Loading…
Reference in a new issue