2011-08-25, 09:10 PM
INSERT INTO mybb_threads VALUES (a,b,c) (SELECT a,b,c FROM backup_threads WHERE tid IN (1,2,3));
instead of a,b,c look at the table structure of your mybb_threads table, and the backup_threads table, and specify all values that are present in both, in the same order
since I don't know what your table structure looks like I can't give you the exact query, you have to work it out for yourself
instead of a,b,c look at the table structure of your mybb_threads table, and the backup_threads table, and specify all values that are present in both, in the same order
since I don't know what your table structure looks like I can't give you the exact query, you have to work it out for yourself