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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. JEPTALK01

    Help with UPDATE statement to a single position

    Thanks! I had not used Replace before and that seemed to work: UPDATE MF_VEND_ADDR_DOC SET UIDY = REPLACE(UIDY,'&4025&','&4027&')
  2. JEPTALK01

    Help with UPDATE statement to a single position

    I am running into problems trying to write SQL to update a single position within a field for throusands of records. Thousands of records on a table have an incorrect number in a field (UIDY) and I am looking for the most simple way to update them all. If it were only a single record, I would...

Part and Inventory Search

Back
Top