LIMIT - allows you to limit the number of rows you get back after a query
- useful when wanting to get all columns but not all rows
SELECT * FROM table LIMIT 1
- goes at the end of a query
We use cookies to understand our websites traffic and offer our website visitors personalized experience. To find out more, click ‘More Information’. In addition, please, read our
Privacy policy.