Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

mysql select bottom 10 rows

SELECT id FROM table ORDER BY id ASC LIMIT 4,5
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #mysql #select #bottom #rows
ADD COMMENT
Topic
Name
6+8 =