Insert new row with data computed from other rows

前端 未结 2 1464
忘掉有多难
忘掉有多难 2021-01-19 01:07

Suppose I have a MySQL table called MyTable, that looks like this:

+----+------+-------+
| Id | Type | Value |
+----+------+-------+
|  0 | A    |     1 |
|          


        
2条回答
提交回复
热议问题