何らかの理由で、データベースを変更したいと考えています。
非常に多くのレコードがあるため、これらの値を手動で 1 つずつ変更することはできません。
このSQLの書き方を教えてください、ありがとう。
から:
id percentage type
1 6 services
1 10 testing
3 8 services
3 20 testing
6 61 services
6 90 testing
に:
id percentage type
1 10 services
1 10 testing
3 20 services
3 20 testing
6 90 services
6 90 testing