mysql create new row via command line

From thelinuxwiki
Revision as of 18:09, 24 February 2015 by Nighthawk (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

example:

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