Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Need Trigger to Update different values in the same column...

Status
Not open for further replies.

Sheffield

Programmer
Joined
Jun 1, 2001
Messages
180
Location
US
Greetings,

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...
Can someone show me the code to correctly update these occurrances with a Trigger? Or at least point me in the right direction:-)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top