Hello
- I have 2 identical tables in the same MySQL database
- I want to copy some content of the first one to the second one
Any idea how to do this without using INSERT the DELETE ???
Isn't there any "moving" function ?
- I have 2 identical tables in the same MySQL database
- I want to copy some content of the first one to the second one
Any idea how to do this without using INSERT the DELETE ???
Isn't there any "moving" function ?
Comment