이 테이블에서 "stats"라는 일부 열을 지우고 해당 값을 0으로 변경하고 싶습니다.
columns = skills, kills, deaths, hs, tks, shots, hits, dmg, bombdef, bombdefused, bombplants, bombexplosions, h_0, h_1,h_2,h_3,h_4,h_5,h_6,h_7,roundt,wintroundct,winct,assists, connection_time, connects
모든 값을 0으로 변경하고 싶습니다
누구든지 나를 도와줄 수 있나요? 나는 mysql에 대해 잘 모른다.
답변1
그렇지 않다mysql,이것은 단지SQL
update stats set skills=0, kills=0, ... repeat for each column
교과서 읽기:https://www.amazon.com/Understanding-SQL-Martin-Gruber/dp/0895886448