Hacker News new | ask | show | jobs
by disgruntledphd2 1740 days ago
> I've used a cross join

They're good for getting rates on small datasets. think (select grouper, count(1) from data) cross join select count(1) from data) I think I've mostly used them in interviews, tbh.