Welcome ; Threads ; Random ; Menu ; Help
let us not grow weary of doing good

No Results

This page reserved for future content (2)

labels.sql

SELECT
    label,
    COUNT(DISTINCT file_hash) AS label_count
FROM (
    SELECT
       label,
       file_hash
    FROM
       item_label
    WHERE
       file_hash IN (
          SELECT file_hash
          FROM item_flat
          WHERE item_score >= 0
       )
    GROUP BY
       label, file_hash
    )
GROUP BY
    label
ORDER BY
    label_count DESC


PrintedInfo

Q: When was this page printed?
Printed: November 21 2024 02:11:59.

Q: How old was the page when downloaded?
Age: Fresh!
pollyanna: 3d5171f

Q: How can I get a fresher copy?
A: Ask the server to

JavaScript
PageMap
Welcome ; Threads ; Random ; Menu ; Help
Expand; Minimal; Reprint; Cascade; Arrange; Float; Reset