I have a table that needs to have data moved from one with identical fields to another.
I want to move data with an id higher than 75615 to the other table.
The fields are headline, link, team, and Pdate
The idno field is a field which is auto increment. Is there a good way to do this. There are 100 records that I want to move but dont want to copy and re enter.
I want to move data with an id higher than 75615 to the other table.
The fields are headline, link, team, and Pdate
The idno field is a field which is auto increment. Is there a good way to do this. There are 100 records that I want to move but dont want to copy and re enter.