Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Adding to existing info in a field 1

Status
Not open for further replies.

sinbadly

Technical User
Mar 16, 2006
126
GB
In Command Prompt, I want to add a number to 'address' for, say, id = 23.

Is there a way to say append or concatinate the record with this additional information? In other words, NOT to do what update seems to do, and that's remove everything else. Cheers, experts.
 
Thanks, Rudy. You gave me this back on 9/2/05, but I couldn't find it in my sql notebook, and then found it at the weekend.

Very much obliged to you.
 
Hi Rudy

Help, Guv', why won't this work, please?

update parletter
set blurb = replace('September: ', blurb)
where blurb like '%September%';

Could it be that when I inserted the word September, I forgot to put a space after it, so that now each sentence in 'blurb' has September well and truly concatinated on the first word?

Cheers
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top