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

People

No people found.

people.sql

SELECT * FROM (
	SELECT
		author_alias AS person_name,
		COUNT(author_key) AS author_key_count,
		MAX(author_seen) AS author_seen,
		SUM(author_score) AS author_score,
		SUM(item_count) AS item_count
	FROM author_flat
	WHERE author_key IN (SELECT author_key FROM person_author)
	GROUP BY author_alias
)
WHERE
	person_name != ''
	AND author_key_count >= 1
	AND author_score >= 0


PrintedInfo

Q: When was this page printed?
Printed: November 21 2024 02:10:50.

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