adding info to mysql database

Discussion in 'MySQL' started by TechDudeDan, Jul 13, 2008.

  1. #1
    Hi,

    I have a database called chavrate and I have three tables,

    1.id
    2.url
    3. rating

    now I want to add info to these so what is the sql code to do that.
     
    TechDudeDan, Jul 13, 2008 IP
  2. mwasif

    mwasif Active Member

    Messages:
    816
    Likes Received:
    23
    Best Answers:
    1
    Trophy Points:
    70
    #2
    Do you mean that you have table chavrate and 3 fileds i.e. id. url and rating? For this you need an INSERT statement, for details visit MySQL Manual.
     
    mwasif, Jul 13, 2008 IP