> You can udpate with a SRPL.. I wondered about this,
> but hadn't tried it yet.
> What is the Syntax for this.

UPDATE MyTable +
  SET MyColumn = (SRPL(MyColumn, 'A', 'B', 0)) +
  WHERE MyColumn CONTAINS 'B'

--
Larry

Reply via email to