this post was submitted on 27 Dec 2023
534 points (96.8% liked)

Programmer Humor

19488 readers
635 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 10 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 10 months ago

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