DeadNinja@lemmy.world to SQL - any and all@lemmy.world · edit-23 years agoSQL Dev learning MongoDBlemmy.worldimagemessage-square50linkfedilinkarrow-up1290arrow-down111file-text
arrow-up1279arrow-down1imageSQL Dev learning MongoDBlemmy.worldDeadNinja@lemmy.world to SQL - any and all@lemmy.world · edit-23 years agomessage-square50linkfedilinkfile-text
minus-squarePyro@lemmy.worldlinkfedilinkEnglisharrow-up12·edit-23 years 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·3 years 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 <= 30I 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.