Plz Help Me To Write This Query

Discussion in 'Databases' started by ironmankho, Feb 1, 2013.

  1. #1
    hi
    i am totally noob in mysql can you able to write query for generate tabel like this .
    [​IMG]
     
    Solved! View solution.
    ironmankho, Feb 1, 2013 IP
  2. #2
     
    tiamak, Feb 1, 2013 IP
  3. gavo

    gavo Active Member

    Messages:
    123
    Likes Received:
    4
    Best Answers:
    1
    Trophy Points:
    70
    #3
    You could browse the table in phpmyadmin then click export, select structure only and you will have the query to create the same table.

    If you want the query to insert data into the table, browse the table in phpmyadmin, click insert, fill in the values and you will see the generated query
     
    gavo, Feb 14, 2013 IP