Inserting data in MySQL

When inserting data into the database … for example,

insert into ability (`abilityid`, `desc`)  values (NULL, ‘Flying’);

the quote for the columns is using ` ` which is the key under esc key ..

the values  uses the ‘  ‘ which is beside the ENTER key

May 20, 2010

Posted by: surianee

Category: mysql

Tags: ,

Comments

No Comments

Leave a reply

Name *

Mail *

Website