$sql="update parts set p_notes=concat(p_notes,'{$p_notes}') where p_id={$p_id}";
parts为表名
p_notes为字段名
{p_notes}为要追加的内容