The IF function allows you to evaluate a boolean expression and return ... SELECT fruit, IF((fruit = 'apple'), 'It is an apple', 'It is a pear') AS ...
確定! 回上一頁