MySQL: Order by 2nd column–if not null–while maintaining 1st column order – PHP Versions
Essentially I want to order by "title", while grouping movies with the same, non-NULL "series_id" together within that order. Titles where series_id IS NULL should order by title only, while non NULL series_ids should order by "series_order" and be listed…