代码语言:javascript复制
select * ,
case when x y>z and y z>x and x z>y then 'Yes'
else 'No'
end triangle
from triangle