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
Post a Comment