this post was submitted on 06 Feb 2024
1005 points (99.4% liked)

Programmer Humor

19331 readers
20 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 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] joyjoy@lemm.ee 20 points 8 months ago* (last edited 8 months ago)
SELECT * FROM drinks WHERE alccontent > 0.15 AND type = "wine" AND vintageyear < 2010 LIMIT 1;
DROP TABLE drinks;