To select record in terminal for mysql use this command. Change the value of table and take out the brackets. #terminal #mysql

SELECT * FROM [table];
Complete Cheat Sheet https://gist.github.com/hofmannsven/9164408


Sign Up To Comment