Download as pdf or txt
Download as pdf or txt
You are on page 1of 2

LIMIT

LIMIT

SELECT column_name(s)
FROM table_name
WHERE conditions
GROUP BY column_name(s)
HAVING conditions
ORDER BY column_name(s)
LIMIT number ;

You might also like