MySQL: How to replace any instances of 'NT NT' at the beginning of a column string with 'NT'?
I need to update the display_name column in all rows of my form table to replace any occurrences of 'NT NT' at the beginning of the display name with a single 'NT'. How do I do that given I need…