Limit query results

quick question…how can i modify the query to only return limited results. For instance, i only want to show 3 of the most recent inventory items. My sql query would look like this

SELECT * FROM inventory ORDER BY inventoryNum LIMIT 3

but i can’t seem to figure out how to add the LIMIT to the end of the query.

Community Page
Last updated: