Update a set name=name + (select b.n ame from b where b.i d=Anderson d)
The value of the modified after the completion of a table id=3 why is empty
CodePudding user response:
String cannot directly use + addition, this statement will be an error
CodePudding user response: