6 ms·
> "Right joins are just left joins in the wrong direction, you don't need that crap" SQLite has supported all types of joins since version 3.39 in 2022.
by chungy 4mo ago
> "Right joins are just left joins in the wrong direction, you don't need that crap"
SQLite has supported all types of joins since version 3.39 in 2022.
- raxxorraxor 4mo agoWell, look at that, now it is downhill from here!
- tnelsond4 4mo agoI must've messed something up, but I remember some joins (was it full outer join?) being unbelievably slow? Was I doing something wrong?
- chungy 4mo agoToo vague of a question to give you an answer you'll likely sound satisfactory :) You probably just needed to create indexes over your data to speed things up.