Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror

Submission Summary: 0 pending, 4 declined, 1 accepted (5 total, 20.00% accepted)

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.

Slashdot Top Deals

One can search the brain with a microscope and not find the mind, and can search the stars with a telescope and not find God. -- J. Gustav White

Working...