执行 »
SELECT OrderID, Quantity, IF(Quantity>10, "MORE", "LESS") FROM OrderDetails;