How to add MySQL table column with a default value of another column of the existing row

后端 未结 2 1872
渐次进展
渐次进展 2021-01-19 06:21

The current existing table looks like this:

id    number    amount    
1     123       30000.00
2     123       15000.00
3     321       45000.00
...   ...           


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