2013-06-25 2 views

답변

6

방법에 대해 :

select case 
    when cast(mycol as int) = mycol then 'b' 
    else 'a' 
end 
+0

+1 나를 때려 눕히다. – Curt

관련 문제