SQL - CASE Expressions
Find the error in this SQL query:
SELECT student_name FROM Students ORDER BY CASE student_name WHEN 'John' THEN 1 WHEN 'Jane' THEN 2 ELSE 3