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

Programmer Humor

24709 readers
512 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
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] istoff@lemmy.world 6 points 2 years ago (1 children)

Is that select * ?

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

[โ€“] adamth0@lemmy.world 3 points 2 years ago

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