用 REPLACE ... WITH ... 指令. 例如:
REPLACE your_field WITH your_value ALL
或
REPLACE your_field WITH your_value FOR your_condition
使用 ALTER TABLE 指令.