Hi,
I want to delete some info from my products table from my database...Here's what I have so far:
Quote:
|
UPDATE products SET description=REPLACE(description, 'oldstring', 'newstring');
|
Now, let's say I only want to delete only the text that was linked in the description field? How would I achieve that?
Thank you!
-Brian
__________________
Made2Own
|