I need to replace the following text in one of columns:
#post{some numbers}
to
#post-{some numbers}
What is the best and most efficient way to do so? I have found regex replace for mysql: https://stackoverflow.com/a/38660574/5417374
But wonder if there is more marter way.