admin 2020.05.18 20:51 Views : 155
SELECT MID,
CASE NICK_NAME WHEN NULL THEN 'NULL'
ELSE 'NOT' END
FROM missionary;