Spyke

Syndicated from the fediverse. Read and engage on the original instance.

View original on piefed.social

9 replies

lemmy.world

Wait was minority report a documentary from the future?

24
dreganreply
lemmy.world

Nah, this could be a simple SQL statement with the right data source.

SELECT
    v.ssn,
    TRUE AS terrorist
FROM citizens v
INNER JOIN voting_history h
    ON v.ssn = h.ssn
WHERE h.party_affiliation = 'Democrat';
23
l3mmingreply
lemmy.world

Using 'v' to alias the citizens table was an interesting choice...

9

This way they can continue to say “he was known to the FBI” after each mass shooting.

12

You reached the end