The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Query Help
Hey I need help with a query, I need to copy one column from a table into another, just the value,
the code that I need to use is: update forum set oldthreadid = x where threadid = x I just need to make them equal, but there are over 690 threads update, so I need a more efficent way. |
#2
|
||||
|
||||
[SQL]UPDATE thread SET oldthreadid = threadid[/sql]
i'm sure you meant thread-table, because the forumtable does not have a threadid |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|