To insert a record use this command in terminal. Customize the values. #terminal #mysql
INSERT INTO [table] ([column], [column]) VALUES ('[value]', [value]');Complete Cheat Sheet https://gist.github.com/hofmannsven/9164408
To insert a record use this command in terminal. Customize the values. #terminal #mysql
INSERT INTO [table] ([column], [column]) VALUES ('[value]', [value]');Complete Cheat Sheet https://gist.github.com/hofmannsven/9164408