Is there a SQL function that can chop part of the string? For example, I want to chop 'xy' from the left side of 'xyxxyyxxxyyyxy'. The result is expected to be 'xxyyxxxyyyxy'. Please note TRIM or LTRIM do not work in this case.
|
Results 1 to 9 of 9
Thread: chop part of the stringThreaded View
|
Click Here to Expand Forum to Full Width |