Simple SQL Query

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • steveo01
    New Member
    • Oct 2008
    • 2

    Simple SQL Query

    I have a column in my database that lists prices for shirts. That price will be increased by $5 at the end of the month.
    I’d like to write a query that will take the existing value in the “price” column, and add $5 to it.
    Can someone help me with that?
  • ck9663
    Recognized Expert Specialist
    • Jun 2007
    • 2878

    #2
    Here's the full UPDATE statement syntax.

    -- CK

    Comment

    • steveo01
      New Member
      • Oct 2008
      • 2

      #3
      Thank You very much for your quick response.

      Comment

      Working...