how to get a specific row values from database using servlet?(without using any sql conditions.) -


i want display table database. want display 5 rows (from 6th 10th) given name of table.

it dynamic process, query doesn't depend on table values.

if understand question, use "select * tbname limit 5".

on second thought doing give first 5 value based on search criteria, if want. still need clear search criteria.


Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -