Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
以下のコードで 0 表示の色を指定するにはどうすればよいかという簡単な質問があります。
SELECT IFNULL(SUM(qty), 0) FROM t_qty WHERE ...
そのコードでは、データがない場合は0が表示されます。今、その0に赤い色を付けたいと思います。どうすればそれを行うことができますか?
ありがとうございました。