Hacker News new | ask | show | jobs
by r00fus 825 days ago
I mean, I never build a query from front to back. Usually I build it FROM -> JOIN -> WHERE -> SELECT.
1 comments

Start off with SELECT * then once the joins are working, filter * down to the essentials.