J
joker_r_me
I have two tables. I want to insert all the columns from table 1 into table
2. then sort table 2 to have a 'pageID' field combine by matching numbers
properly. That will infact make the database made id index mixed up. so how
would I reindex the id field. At the end, how would I remove the fields I
just inserted into table 2 from table 1 and reindex that table all in one
query?
2. then sort table 2 to have a 'pageID' field combine by matching numbers
properly. That will infact make the database made id index mixed up. so how
would I reindex the id field. At the end, how would I remove the fields I
just inserted into table 2 from table 1 and reindex that table all in one
query?