NULLIF
NULL
SELECT id, first_name, NULLIF(gender, 0) student_gender FROM students
Pro tip: use ```triple backticks around text``` to write in code fences