To count records enter this command. Take out square brackets and replace names accordingly. #terminal #mysql

SELECT COUNT([column]) FROM [table];
Complete Cheat Sheet https://gist.github.com/hofmannsven/9164408


Sign Up To Comment