Recent content by fogyan

  1. F

    SQL String manipulation

    hi, How do I replace all the substrings that begin with 'b' (space delimited string) with '###' ? Example: Original string: "My brother is a big bad wolf" Manipulated string: "My ### is a ### ### wolf" Thanks!
Back
Top Bottom