How do I know the number of keywords coming from a database?
Posted
by murali
on Stack Overflow
See other posts from Stack Overflow
or by murali
Published on 2010-03-15T21:21:27Z
Indexed on
2010/03/15
21:49 UTC
Read the original article
Hit count: 326
hi,
select name from suggest where name like 'aero%' and rownum<=10;
but i am getting only 8 keywords ( db also having 8 keywords) but i want to count the no of keywords from db to my jsp prog.
rs.getparameter("name"); ---- this gives 8 keywords. but i want to count the keywords..
can you give any sample program....
thanks, Murali
© Stack Overflow or respective owner