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
and
Or
or
Complete Cheat Sheet https://gist.github.com/hofmannsven/9164408




Sign Up To Comment