_thebrain_@lemmy.dbzer0.com to Programmer Humor@lemmy.ml · 2 years agoPoor Bobby tables might mess up the returnlemmy.dbzer0.comimagemessage-square29fedilinkarrow-up1689arrow-down127
arrow-up1662arrow-down1imagePoor Bobby tables might mess up the returnlemmy.dbzer0.com_thebrain_@lemmy.dbzer0.com to Programmer Humor@lemmy.ml · 2 years agomessage-square29fedilink
minus-squareAlien Nathan Edward@lemm.eelinkfedilinkEnglisharrow-up3·2 years ago select only what you need and use limit you don’t know the structure of the contacts table, and do you really want christmas gifts to only go to the first x number of nice people? update contacts set name = ‘Grinch’ where name = ‘FellowHuman’;
you don’t know the structure of the contacts table, and do you really want christmas gifts to only go to the first x number of nice people?
update contacts set name = ‘Grinch’ where name = ‘FellowHuman’;