thank you Marco, but sorry for bump I am unable to understand few words in the query.
newthreadid = new thread we have created in our forums ?
currentid = old thread which was deleted ?
UPDATE post SET threadid = <newthreadid> WHERE threadid = <currentid>;
in above query which requires altering post table does newthreadid means new post number ?
and currentid means deleted post numbers ?
A big thanks for giving me right queries to alter here.
Warm Regards,
|