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.
投票システム、特に投票機能で問題が発生しています。
単一のクエリで最後の投票を選択する必要なしに、データベースでvotes ++のようなものを作成するにはどうすればよいですか?
UPDATE myTable SET voteCol = voteCol + 1 WHERE id = idOfInterest;