![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
|
-- whenever @strValFromFrontEnd contains the substring 'abc', transform it such that -- it gets replaced by '123'; examples: -- @strValFromFrontEnd @strTransformedVal -- -------------------------------- ------------------------------ -- four score abc and four score 123 and -- hello abc world abc yo hello 123 world 123 yo SET @strTransformedVal = ?? Question: if the goal is to arrive at @strTransformedVal as described above, what is the best way to accomplish that...should one use the REPLACE function? |
![]() |
| Thread Tools | |
| Display Modes | |
| |