Guest_imported
New member
- Jan 1, 1970
- 0
If I´d need to use something like the following sentence working with Interbase 6:
Select case
when A.Occupation='Pre' then 'President'
when A.Occupation='Sal' then 'Sales Man'
end
from employee A
How should I proceed to do that? Please, help me quickly becouse this is an emergency.
Select case
when A.Occupation='Pre' then 'President'
when A.Occupation='Sal' then 'Sales Man'
end
from employee A
How should I proceed to do that? Please, help me quickly becouse this is an emergency.