Untitled

 avatar
user_1196610317
mysql
3 years ago
73 B
3
Indexable
SELECT name FROM students 
WHERE marks > 75 
ORDER BY RIGHT(name, 3), ID;
Editor is loading...