Help with an SQL in Data Analysts

Can anyone help with this sql? I am trying to insert a “/” after a name. This is what I have so far:

,(teachers.last_name || LPAD(CC.expression, 1)) AS Teacher

This is the results I am looking for: Bynum/3

Message was edited by: sbynum_515

Thanks for all who looked at this. I have an answer.