sql查詢結果格式化 有時候 我們需要對查詢結果進行比較 如果值是 A ,則 返回A 如果值是B,則返回BB 以下sql在mysql中測試通過 Java代碼 select id, monitor_rule_name, monitor_rule_condition, CASE when monitor_rule_condition='lt' then '<' when monitor_rule_condition='gt' then '>' when monitor_rule_condition='eq' then '>' end as newColumn from monitor_config_rule_monitor