Can I order in several lines?
I want my users to be sorted by last_activity, but at the same time I want users with images to be displayed before those with
Something like that:
SELECT some_cols FROM `prefix_users` WHERE (some conditions) ORDER BY last_activity, pic_set DESC;
mysql sql-order-by
Alexander 02 Feb 2018-11-11T00: 00Z
source share