Help adding text to column with sql 2005 query
- From: astra14i@xxxxxxxxxxx
- Date: Mon, 30 Jul 2007 15:25:38 -0700
Hi there,
I'm quit newby to this, so i'd like to have some help please.
I've a column whit some text where i want to insert more text before
and after, with sql 2005.
I'm trying this way, without success:
.....
update dbo.log
SET dbo.log.text = ('lot1' + dbo.log.text + 'lot2')
What shall i do in order to have success?
Thanks in advance.
.
- Follow-Ups:
- Re: Help adding text to column with sql 2005 query
- From: Daniel Crichton
- Re: Help adding text to column with sql 2005 query
- Prev by Date: Full Text catalog not working
- Next by Date: Re: Help adding text to column with sql 2005 query
- Previous by thread: Full Text catalog not working
- Next by thread: Re: Help adding text to column with sql 2005 query
- Index(es):