I am wondering if there is away (possibly a better way) to order by the order of the values in an IN() clause.
The problem is that I have 2 queries, one that gets al
Ans to get sorted data.
SELECT ... FROM ... ORDER BY FIELD(user_id,5,3,2,...,50) LIMIT 10