I am rather new at SQL and need to remove all characters between '[' and ']' and leave the remaining string behind.
An example of what I am looking for is as follows:
[test]hi -> hi
I am assuming this is possible using a SQL command.
I am rather new at SQL and need to remove all characters between '[' and ']' and leave the remaining string behind.
An example of what I am looking for is as follows:
[test]hi -> hi
I am assuming this is possible using a SQL command.