我想在 phpmyadmin 中的单元格末尾添加文本,它只是将文本添加到该单元格中的末尾,并保持原样。
我试过这个但不起作用:
update items set description = contact(description, " - text to add") where parent_id ='2907'
所以单元格应该是
something here
成为:
something here - text to add
我想在 phpmyadmin 中的单元格末尾添加文本,它只是将文本添加到该单元格中的末尾,并保持原样。
我试过这个但不起作用:
update items set description = contact(description, " - text to add") where parent_id ='2907'
所以单元格应该是
something here
成为:
something here - text to add