Forum Moderators: open
I'm working on a rather large database at the moment, and the structure looks like this:
Website varchar(50) latin1_swedish_ci No
Cat_ID varchar(50) latin1_swedish_ci No
ID varchar(50) latin1_swedish_ci No
ss_ID varchar(50) latin1_swedish_ci No
Alias varchar(50) latin1_swedish_ci No
Page_Title varchar(150) latin1_swedish_ci No
Meta_Description text latin1_swedish_ci No
Meta_Keywords text latin1_swedish_ci No
Title varchar(250) latin1_swedish_ci No
Body text latin1_swedish_ci No
Related_Resources text latin1_swedish_ci No
N_Date date No 0000-00-00
Could someone show me how to get this done? Essentially I just need to run a query that will add text to the end of my Body column. I don't want to replace the entirety of it, and there's far too many differences in the pages to search for anything.
Any ideas? Thanks a ton in advance.