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.
PHPでSQLコマンド内でIFを使用する方法をインターネットで見つけようとしましたが、良いチュートリアルを見つけることができました。
だから作りたい。
SELECT *,(neutral_kills*0.5 + rival_kills)/deaths AS totalkdr FROM sc_players ORDER BY totalkdr DESC LIMIT 0,10
でも入れたいIF (deaths == 0){deaths + 1}
IF (deaths == 0){deaths + 1}
どうすればいいですか?