• + 0 comments

    select case when (A=B and B=C) then "Equilateral" when (A=B or B=C or C=A) then "Isosceles" when ((A!=B and B!=C and C!=A) and !(A+B

    Why this won't work