mysql 中,已知一个字段值,把另一个字段也赋值为已知的这个字段的值,一条sql怎么实现?

2024年11月22日 15:11
有2个网友回答
网友(1):

update 表 set 另一字段=已知字段

网友(2):

udpate table set 另一个字段=已知一个字段