PHP SQL - Pass Image Data from One Table to Another

前端 未结 0 1809
慢半拍i
慢半拍i 2020-12-12 00:11

I have image data stored in a longtext column in table A and I want to copy it and update the same column but in table B.

$sql = "SELECT img FROM table A         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题