sunnie@lemmy.ca to Programmer Humor@programming.dev · 11 months agono.. just nolemmy.caimagemessage-square49fedilinkarrow-up1482arrow-down118
arrow-up1464arrow-down1imageno.. just nolemmy.casunnie@lemmy.ca to Programmer Humor@programming.dev · 11 months agomessage-square49fedilink
minus-squareistoff@lemmy.worldlinkfedilinkarrow-up4·11 months agoIs that select * ? I expect it looks more cumbersome with joins and multiple columns from different tables.
minus-squareadamth0@lemmy.worldlinkfedilinkarrow-up2·11 months 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.