To update a record you can use this command. #terminal #mysql

UPDATE [table] SET [column] = '[updated-value]' WHERE [column] = [value];
Complete Cheat Sheet https://gist.github.com/hofmannsven/9164408


Sign Up To Comment