Select With Custom Order Limit Terminal MySql

To select with a customer order and limit the results use this command.

SELECT * FROM [table] WHERE [column] ORDER BY [column] ASC LIMIT [value];

You can order by ascending.

ASC

Or you can order by descending.

DESC

Complete Cheat Sheet https://gist.github.com/hofmannsven/9164408

Only cool people share!

Select With Custom Order Limit Terminal MySql was last modified: March 10th, 2023 by Maximus Mccullough
Select With Custom Order Limit Terminal MySql

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.