To select a range use this code. Take out the brackets and replace the values. #terminal #mysql
SELECT * FROM [table] WHERE [column] BETWEEN [value1] and [value2];Complete Cheat Sheet https://gist.github.com/hofmannsven/9164408
To select a range use this code. Take out the brackets and replace the values. #terminal #mysql
SELECT * FROM [table] WHERE [column] BETWEEN [value1] and [value2];Complete Cheat Sheet https://gist.github.com/hofmannsven/9164408