Icon View Thread

The following is the text of the current message along with any replies.
Messages 11 to 11 of 11 total
Thread Getting back to NULL
Tue, Nov 23 2010 9:09 PMPermanent Link

Chris B

Will this work?

UPDATE Companies
SET _Products  =
CASE WHEN REPLACE('Junk Product' WITH '' IN _Products  ) = ''
THEN NULL
ELSE
REPLACE('Junk Product' WITH '' IN _Products  )
END
WHERE _Products  LIKE '%Junk Product%'
« Previous PagePage 2 of 2
Jump to Page:  1 2
Image