To find records that start and end with a certain value use this command. #terminal #mysql

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


Sign Up To Comment