-3

如何在 oracle 11g 或 10g 中显示字符串“Anmsoft”中的“软”字?

4

1 回答 1

0

this is an answer to the question even if i'm not sure what the problem is exactly:

select case 
         when lname = 'Anmsoft' then 'soft'
         else lname
       end lname
from emp;
于 2012-11-19T06:03:49.947 回答