summaryrefslogtreecommitdiff
path: root/graphs/sql/socially_unfit/req05.sql
blob: 45029d84744d2d72896974e54f797bf85be6e087 (plain)
1
2
3
4
5
SELECT id,person_id,credits_change,action_description
FROM public.social_credit_history
WHERE date >= '2059-12-03 17:00' AND date <= '2059-12-03 22:00'
ORDER BY credits_change,id
LIMIT 10