To select with a customer order and limit the results use this command. #terminal #mysql
SELECT * FROM [table] WHERE [column] ORDER BY [column] ASC LIMIT [value];You can order by ascending.
ASCOr you can order by descending.
DESCComplete Cheat Sheet https://gist.github.com/hofmannsven/9164408