this post was submitted on 11 Feb 2025
1229 points (98.6% liked)

Programmer Humor

20460 readers
1674 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 36 points 13 hours ago* (last edited 7 hours ago) (5 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 5 points 9 hours ago (1 children)

That, or he doesn't understand composite keys.

[–] Tetragrade@leminal.space 6 points 7 hours ago

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

load more comments (3 replies)