Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 3 of 3 total
Thread sql like
Fri, Feb 8 2008 10:58 AMPermanent Link

Allan Brocklehurst
hello;
 Stats: V 4.25 Build 7

Problem Frownr as the Project managers say "an Opportunity")
I need to remove all of the occurrences in 1 field with the values from
another field as in  this failed attempt

UPDATE vendors_20080207
SET [Street Name1] = REPLACE ([POBox] WITH '' IN [Street Name1])
WHERE [Street Name1] LIKE %[POBox]%;

TIA

aLLAN



Attachments: brock.vcf
Fri, Feb 8 2008 12:41 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Allan,

<< Problem Frownr as the Project managers say "an Opportunity") I need to
remove all of the occurrences in 1 field with the values from  another field
as in  this failed attempt >>

Roy's answer is right-on.  Make those replacements and you should be all
set.

--
Tim Young
Elevate Software
www.elevatesoft.com

Fri, Feb 8 2008 2:03 PMPermanent Link

Allan Brocklehurst
Thanks to you both.
my head is spinning at the data I have to clean up here

Smile

Allan

Tim Young [Elevate Software] wrote:
> Allan,
>
> << Problem Frownr as the Project managers say "an Opportunity") I need to
> remove all of the occurrences in 1 field with the values from  another field
> as in  this failed attempt >>
>
> Roy's answer is right-on.  Make those replacements and you should be all
> set.
>



Attachments: brock.vcf
Image