Hello,

I have a small problem,

I have table:

data
-------
id | er|
----------
1 | 4|
2| 5|

I would like to retrevied this data, which is simply easy
select * from data,

but at the same time i would lket to change er values to strings : 4= OK, 5=BAD , that the query would return :

data
-------
id | er|...