sunnie@lemmy.ca to Programmer Humor@programming.dev · 1 year agono.. just nolemmy.caimagemessage-square95fedilinkarrow-up1559arrow-down119
arrow-up1540arrow-down1imageno.. just nolemmy.casunnie@lemmy.ca to Programmer Humor@programming.dev · 1 year agomessage-square95fedilink
minus-squareistoff@lemmy.worldlinkfedilinkarrow-up7·1 year agoIs that select * ? I expect it looks more cumbersome with joins and multiple columns from different tables.
minus-squareadamth0@lemmy.worldlinkfedilinkarrow-up3·1 year 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.