Greetings I have a question: an array of id-shek comes in and they need to be output in order of their location in the array.
SELECT * FROM table WHERE id=45646 OR id=52535 OR id=154876 OR....
It is necessary that the sorting be strictly on the order of id, as in the query 45646, 52535, 154876, etc. is it possible And also, I suspect that the request can be somehow changed (not through OR)? Thank.