I want to update the substring between the two first successive parameter
I want to write a query which will do the same effect as the example below , johnold
is just an example
a= 'parameterjohnoldparameter123parameter'
b='aaa'
result would be
a= 'parameteraaaparameter123parameter'
How can I do something like that ?