Difference between revisions of "mysql scratch"
From thelinuxwiki
				
								
				
				
																
				
				
								
				|  (Created page with "create new row  INSERT INTO tools_tbl (devicetype, toolname, model, manufacturer) VALUES ("lawn and garden", "super blower", "51591", "toro");  category:mysql") | 
Latest revision as of 22:10, 26 February 2015
create new row
INSERT INTO tools_tbl (devicetype, toolname, model, manufacturer) VALUES ("lawn and garden", "super blower", "51591", "toro");
 
					