sunnie@lemmy.ca to Programmer Humor@programming.dev · 2 years agono.. just nolemmy.caimagemessage-square93fedilinkarrow-up1559arrow-down119
arrow-up1540arrow-down1imageno.. just nolemmy.casunnie@lemmy.ca to Programmer Humor@programming.dev · 2 years agomessage-square93fedilink
minus-squareistoff@lemmy.worldlinkfedilinkarrow-up7·2 years agoIs that select * ? I expect it looks more cumbersome with joins and multiple columns from different tables.
minus-squareadamth0@lemmy.worldlinkfedilinkarrow-up3·2 years agoThat’s what I was wondering. It’s doing a SELECT, but not saying exactly which columns it wants to retrieve.
Is that select * ?
I expect it looks more cumbersome with joins and multiple columns from different tables.
That’s what I was wondering. It’s doing a SELECT, but not saying exactly which columns it wants to retrieve.