IFNULL(expr1, expr2)
expr1 이 NULL 이라면 expr2 출력 , NULL 이 아니면 expr1 출력
NULLIF(expr1 , expr2)
expr1 = expr2 이 True 이면 NULL을 리턴, False 이면 expr1 리턴