this post was submitted on 11 Feb 2025
1325 points (98.5% liked)

Programmer Humor

20703 readers
1756 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 

See the post on BlueSky: https://bsky.app/profile/provisionalidea.bsky.social/post/3lhujtm2qkc2i

According to many comments, the US government DOES use SQL, and Musk is not understanding much what's going on.

you are viewing a single comment's thread
view the rest of the comments
[–] Tetragrade@leminal.space 43 points 1 week ago* (last edited 1 week ago) (6 children)

Sounds like he got confused looking at a view of a join.

SELECT holder_name, amount
FROM account JOIN transaction ON transaction.account_id=account.id;

-- WTF!! THERE'S DUPLICATES!!!
[–] Olgratin_Magmatoe@slrpnk.net 7 points 1 week ago (1 children)

That, or he doesn't understand composite keys.

[–] Tetragrade@leminal.space 10 points 1 week ago

Commie-site keys??? LIBERAL!!! GUT IT!

load more comments (4 replies)