NOOB question

Discussion in 'Databases' started by William, Sep 22, 2006.

  1. #1
    How can I change the data of all entries in a certain db field to another value.
     
    William, Sep 22, 2006 IP
  2. SoKickIt

    SoKickIt Active Member

    Messages:
    305
    Likes Received:
    30
    Best Answers:
    0
    Trophy Points:
    70
    #2
    UPDATE table_name SET field_name = 'new_value'
    Code (markup):
     
    SoKickIt, Sep 22, 2006 IP