Możesz użyć IF() gdzie w Oracle użyłbyś DECODE() . mysql> select if(emp_id=1,'X','Y') as test, emp_id from emps;