mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
update duplicateRules query
This commit is contained in:
parent
7805e7ebdb
commit
714ac137b4
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
SELECT Raw, COUNT(*) 'Count'
|
||||
FROM rules
|
||||
GROUP BY Raw
|
||||
GROUP BY Raw COLLATE utf8mb4_bin --override default utf8mb4_unicode_520_ci
|
||||
HAVING COUNT > 1;
|
||||
Loading…
Reference in a new issue