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.
次のテーブルがあるとしましょう
プレーヤー
player_id score 1 - 300 2 - 400
プレーヤーのスコアに 10 を加算するクエリを実行できますか?
今私が考えることができるのは、データベースにクエリを実行し、スコアを取得し、それに10を追加してから、データベースにクエリを実行して300を310に置き換えることだけです。
PS:SQLは初めてです