summaryrefslogtreecommitdiff
path: root/graphs/sql/socially_unfit/req03.sql
blob: 4f1d62d3f24749ee96f85741869aec93a1f6f860 (plain)
1
2
3
SELECT DISTINCT first_name,last_name,death_date,social_credit_balance FROM public.people
WHERE death_date IS NOT NULL
ORDER BY death_date DESC,social_credit_balance DESC LIMIT 100