INTER-10
SELECT * FROM students_images2 WHERE student_id = 2123 AND is_visible = 1 ORDER BY sort_order

1

2

3

4

5

6

7

8