Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

sql limit to 5 results

SELECT expressions
FROM tables
[WHERE conditions]
[ORDER BY expression [ ASC | DESC ]]
LIMIT number_rows [ OFFSET offset_value ];
Source by www.techonthenet.com #
 
PREVIOUS NEXT
Tagged: #sql #limit #results
ADD COMMENT
Topic
Name
8+2 =