Skip to content

Commit 62016fb

Browse files
author
Ilya Ivanov
committed
fix typo in unused data select
1 parent cf39808 commit 62016fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

check-unused-data.sql

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ SELECT count(itemid) AS history_text FROM history_text WHERE itemid NOT IN (SELE
55
SELECT count(itemid) AS history_log FROM history_log WHERE itemid NOT IN (SELECT itemid FROM items WHERE status='0');
66

77
SELECT count(itemid) AS trends FROM trends WHERE itemid NOT IN (SELECT itemid FROM items WHERE status='0');
8-
SELECT count(itemid) AS trends FROM trends itemid NOT IN (SELECT itemid FROM items WHERE status='0');
8+
SELECT count(itemid) AS trends_uint FROM trends_uint WHERE itemid NOT IN (SELECT itemid FROM items WHERE status='0');

0 commit comments

Comments
 (0)