使用mysql concat函数:
UPDATE editedworkhours SET DeductedWH = DeductedWH + CAST('$deductedhours' AS UNSIGNED), Note = CONCAT(Note,'$note') WHERE AFNumber ='$selectaf';