Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
xonya51327y
-
xonya51327y@Cyanide I have to be honest: I use that color scheme only on the terminal; on the editor I use the light theme. ¯\_(ツ)_/¯
-
xonya51327y@JKyll It's the same also in production server. It's a known issue. I found it funny though.
-
It's because of the in clause.
Also, it seems weird to limit instead of filter to get a range... -
C0D4681386yBeen down that road before, then when you need to do sorting on that sub select, mariaDB goes Nope, you got to limit that shit! 😓
Related Rants
-
linuxxx32*client calls in* Me: good morning, how can I help you? Client: my ip is blocked, could you unblock it for m...
-
DRSDavidSoft28Found this in our codebase, apparently one of my co-workers had written this
-
linuxxx23*client calls* "hello, we forgot the password to our WiFi router. Could you reset that for us?" 😐😶😮...
This is one of the most unexpected, silly and ridiculous behaviors of MySQL: it doesn't support LIMIT in sub-queries, however it perfectly supports it in sub-sub-queries. WTF.
rant
mysql
wtf