1408
Little Timmy Tables (programming.dev)
you are viewing a single comment's thread
view the rest of the comments
[-] joyjoy@lemmy.zip 28 points 1 month ago

Feel free to fork my comment. 

[-] Tja@programming.dev 12 points 1 month ago

Does Santa accept PRs?

[-] uranibaba@lemmy.world 2 points 3 weeks ago
CREATE VIEW NiceList AS
 SELECT * FROM Children
  WHERE behavior > 2000
   AND parent.income > 40000; 
CREATE VIEW NaughtyList AS
 SELECT * FROM Children
  WHERE behavior <= 2000; 
this post was submitted on 16 Dec 2025
1408 points (99.3% liked)

Programmer Humor

28775 readers
667 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