Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search Coderanch
Advance search
Google search
Register / Login
rakesh repala
Greenhorn
+ Follow
news
5
Posts
3
Threads
since May 23, 2008
Merit badge:
grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads
Recent posts by rakesh repala
find second largest value in a column
select sal from emp e1 where 2=(select count* from emp e2 where e1.sal>e2.sal)
regards
------
show more
16 years ago
Oracle/OAS
find second largest value in a column
please help me find the second largest value in a column
write a query using oracle 8i
show more
16 years ago
Oracle/OAS
can we have multiple static blocks?
thanks...
show more
16 years ago
Beginning Java
how we sort arraylist contents
please help me how we sort arraylist elements
show more
16 years ago
Beginning Java
can we have multiple static blocks?
can we have multiple static blocks in one class?how it will be exceution statrs?
show more
16 years ago
Beginning Java