I have a table that contains a list of titles.
And due to a problem something went wrong and the values now are like
title1[null]
title2[null][null]
title[null]3[null]
And the likes, I need to replace all [NULL] to NOTHING. so everything will be okay again. THank you.
Please advice.
PS.
[null] is not an actual string but the value NULL itself like the hex 00.