update a set a.value=(select max(value) from b);
我的意思是:
当max(value)比a.value小的时候,就不进行update操作,用1条语句如何表达?