DeadNinja to SQL - any and all • edit-21 year agoSQL Dev learning MongoDBimagemessage-square50arrow-up1296arrow-down111file-text
arrow-up1285arrow-down1imageSQL Dev learning MongoDBDeadNinja to SQL - any and all • edit-21 year agomessage-square50file-text
minus-squarePyrolinkEnglish12•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-square@ericbomblink4•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.