Greetings,
I have a situation where a particular column has constant misspellings & truncations. These are very common, for example:
Can someone show me the code to correctly update these occurrances with a Trigger? Or at least point me in the right direction
I have a situation where a particular column has constant misspellings & truncations. These are very common, for example:
Code:
'Pittsburgh' vs. ('Pitt' or 'Pittsburg');
'Buffalo' vs. 'Buff'
'San Francisco' vs. 'San Fran'
etc...
