Difference between revisions of "mysql create new row via command line"

From thelinuxwiki
Jump to: navigation, search
(Created page with "example: mysql> INSERT INTO tools_tbl (devicetype, toolname, model, manufacturer) VALUES ("lawn and garden", "super blower", "51591", "toro"); category:mysql")
 

Latest revision as of 18:09, 24 February 2015

example:

mysql> INSERT INTO tools_tbl (devicetype, toolname, model, manufacturer) VALUES ("lawn and garden", "super blower", "51591", "toro");