To find something that starts with a certain string use this code. #terminal #mysql

SELECT * FROM [table] WHERE [column] LIKE '[value]%';
Complete Cheat Sheet https://gist.github.com/hofmannsven/9164408


Sign Up To Comment