adamkearsley
11-17-2005, 06:28 PM
I need to run a query to change my topic_id table
at the moment it shows
topic_id=1770
i need to change this on all the items in an area with 1770 to 3879
i have this query
SQL query:
SELECT *
FROM `phpbb_posts`
WHERE `topic_id` =1770
LIMIT 0 , 2000
it shows me all posts with 1770
but what do i add to make it change that 1770?
Adam,
at the moment it shows
topic_id=1770
i need to change this on all the items in an area with 1770 to 3879
i have this query
SQL query:
SELECT *
FROM `phpbb_posts`
WHERE `topic_id` =1770
LIMIT 0 , 2000
it shows me all posts with 1770
but what do i add to make it change that 1770?
Adam,