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 TouchToneTommy 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: *

  • Users: ztrex
  • Content: Threads
  • Order by date
  1. ztrex

    Changing identical values to new values

    I need to change a set of identical values (CHAR type) to a new value, hopefully all in one string/command. I tried doing this: update table set column1 = newvalue where column1 = oldvalue but it didn't work. ideas?
  2. ztrex

    Help with function

    Not sure if this is really a "function," but, here goes. I need to perform this mathematical function on some columns in my table: [ (a1) + (a2) + (a3) + (a4) ] / 6 Where a1, a2, a3, a4 cannot be less than zero, or greater than 2.375. How can I perform this using the SET...

Part and Inventory Search

Back
Top