2 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 5mo 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 5mo agoWell, look at that, now it is downhill from here!
- tnelsond4 5mo 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 5mo 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.