Submission + - Let me get that for you donnie/elon (axios.com)
See Attached writes: Here is the SQL statement template that will tell us how much money you are saving us. Not the number of bad records for the population :
SELECT
p.id,
p.name,
SUM(pay.amount) AS total_payments
FROM people p
JOIN payments pay ON p.id = pay.person_id
WHERE TIMESTAMPDIFF(YEAR, p.birthdate, CURDATE()) BETWEEN 140 AND 150
GROUP BY p.id, p.name;
You could fix those records by finding their death date or confuse us into thinking old means collecting. Red and blue alike don't want to pay benefits to dead people. Cut the deception. Prosecute the miscreants and yes publish these facts. Not just "red meat" implying Democrats approve of paying benefits to the dead.
SELECT
p.id,
p.name,
SUM(pay.amount) AS total_payments
FROM people p
JOIN payments pay ON p.id = pay.person_id
WHERE TIMESTAMPDIFF(YEAR, p.birthdate, CURDATE()) BETWEEN 140 AND 150
GROUP BY p.id, p.name;
You could fix those records by finding their death date or confuse us into thinking old means collecting. Red and blue alike don't want to pay benefits to dead people. Cut the deception. Prosecute the miscreants and yes publish these facts. Not just "red meat" implying Democrats approve of paying benefits to the dead.