PDA

View Full Version : How to run a query to duplicate title in description


tintin74
10-21-2007, 11:45 AM
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