minor formatting
This commit is contained in:
parent
10a3d2d4bb
commit
d2a8f39215
@ -96,8 +96,7 @@ WHERE normalized ilike format('%%%s %s%%', a1.word, a2.word)
|
|||||||
AND identifiedat > current_timestamp - interval '60 minutes'
|
AND identifiedat > current_timestamp - interval '60 minutes'
|
||||||
GROUP BY 1
|
GROUP BY 1
|
||||||
HAVING count(*) > 1
|
HAVING count(*) > 1
|
||||||
ORDER BY 2 DESC LIMIT 20;
|
ORDER BY 2 DESC LIMIT 20;`
|
||||||
`
|
|
||||||
rows, err := pool.Query(context.Background(), sql)
|
rows, err := pool.Query(context.Background(), sql)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
panic(err)
|
panic(err)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user