The SQL statement uses a certain field as a condition to modify the value of a certain field

update table set col2=1 where col1 条件1

Guess you like

Origin blog.csdn.net/qq_41353397/article/details/114241874