mysql - 如何把数据库A表中的title数据 复制到同库数据表B的title里面
伊谢尔伦
伊谢尔伦 2017-04-17 16:30:05
0
2
621

如何把数据库A表中的title数据 复制到同库数据表B的title里面

伊谢尔伦
伊谢尔伦

小伙看你根骨奇佳,潜力无限,来学PHP伐。

reply all(2)
大家讲道理

You describe less, I don’t know if I understand it correctly


There is a function to export database tables in phpMyAdmin, and the exported file will have the table structure of the table

If you want to create a table with the same structure as this table, just copy and change the table name, and then run it

阿神

If table b is empty, you can execute SQL statements like insert select to complete this function. If table b has data, it is also feasible to execute update select

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!