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

Recent content by lairdr

  1. lairdr

    SQL TEXT STRINGS

    Thanks for the advice but it doesn't seem to work I used set define then update fieldd0300 set supplier = 'ABBOTT \& COSTELLO' where supplier like 'A \& C%'; I got a response of O rows updated although I know there many instances of the string. I also tried using \ before and after the &...
  2. lairdr

    SQL TEXT STRINGS

    I am trying to update a database and replace existing text strings. The existing text strings have & within them. The command I am inputting is update fieldd0300 set supplier = 'ABBOTT AND COSTELLO' where supplier like 'A & C%'; This then prompts me for a value for C which is not what I want...

Part and Inventory Search

Back
Top