I think something like:
Code:
UPDATE post
SET pagetext=REPLACE(pagetext, '[_CODE]', '[_code]')
WHERE pagetext LIKE '%[_CODE]%'
You need to remove the '_' characters, and also add your prefix to in front of 'post' if you have one, of course.
I tried this on my test site, but I'm not an expert in SQL or anything really so I would highly recommend backing up your database first.