this post was submitted on 27 Dec 2023
547 points (96.9% liked)

Programmer Humor

19331 readers
18 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
[โ€“] [email protected] 7 points 9 months ago (1 children)

Is that select * ?

I expect it looks more cumbersome with joins and multiple columns from different tables.

[โ€“] [email protected] 3 points 9 months ago

That's what I was wondering. It's doing a SELECT, but not saying exactly which columns it wants to retrieve.