DeadNinja@lemmy.world to SQL - any and all@lemmy.world · edit-21 year agoSQL Dev learning MongoDBlemmy.worldimagemessage-square51fedilinkarrow-up1296arrow-down111file-text
arrow-up1285arrow-down1imageSQL Dev learning MongoDBlemmy.worldDeadNinja@lemmy.world to SQL - any and all@lemmy.world · edit-21 year agomessage-square51fedilinkfile-text
minus-squarePyro@lemmy.worldlinkfedilinkEnglisharrow-up12·edit-21 year agoIt’s a mess compared to the equivalent SQL. SELECT * FROM users WHERE age >= 25 AND age <= 30 I dislike SQL syntax more than most, and even I concede that SQL wins in this instance. Edit: Not sure if this appears on all clients but the < in the code block is meant to be a less-than symbol.
minus-squareericbomb@lemmy.worldlinkfedilinkarrow-up4·1 year agoThere is no way I would ever get the amount of brackets right on that.
It’s a mess compared to the equivalent SQL.
SELECT * FROM users WHERE age >= 25 AND age <= 30
I dislike SQL syntax more than most, and even I concede that SQL wins in this instance.
Edit: Not sure if this appears on all clients but the < in the code block is meant to be a less-than symbol.
There is no way I would ever get the amount of brackets right on that.