The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
Hello, I've 300 forum on my board. I need to write down a description for every forum but this operation take a lot of time.
In the meantime, I would temporarily duplicate the title value in description value in "forum" table. I've tried with UPDATE forum SET description = '*' WHERE title = '*' but it didn't work. Does anyone could help me to build the right query please? Thank you |
![]() |
|
|