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
Comments
No Comments
Leave a reply