To find records containing something use this command. #terminal #mysql

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


Sign Up To Comment