$sql="update parts set p_notes=concat(p_notes,'{$p_notes}')  where p_id={$p_id}";

 parts为表名

p_notes为字段名

{p_notes}为要追加的内容

相关文章:

  • 2021-12-27
  • 2022-12-23
  • 2021-11-11
  • 2021-12-15
  • 2021-06-20
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-10-08
  • 2022-12-23
  • 2022-12-23
  • 2022-01-08
相关资源
相似解决方案