To select specific records in terminal use this code. #terminal #mysql
SELECT * FROM [table] WHERE [column] = [value];You can also use these selectors. Less Than
<Greater Than
>Not Equal To
!=And
andOr
orComplete Cheat Sheet https://gist.github.com/hofmannsven/9164408