May 20, 2010

Posted by: surianee

Category: Uncategorized

Tags: ,

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

December 1, 2009

Posted by: surianee

Category: Uncategorized

Tags: