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