So, I ran this script:
update snote set sNoteText = replace(sNoteText,'~','') where charindex('~',sNoteText) > 0
And received this error:
Msg 8116, Level 16, State 1, Line 1
Argument data type text is invalid for argument 1 of replace function.
Please help - did I do it right?
Thanks
Thanks for your help.
Here's a sample of the data in one record (snoteText) of the table sNote:
"SATIN PILLOW CASE SET;;FABRIC: 200T-210T 100%POLYESTER SATIN WEAVE, 75DX100D, SOLID COLOR;;~;~STYLE: 2"" HEM OPENING, DOUBLE STITCHING.;;LABEL: CARE LABEL;PACKING: VZB+INSERT; 6 PCS PER CARTON...
Hi,
I am trying to combine text values in Access. The source data looks like this:
item ID sequence text
00356 001 pillow with lace edge
00356 002 that has white little flowers
What I need to see is:
ItemID Text
00356 pillow with lace edge that has...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.