Tips, observations, bugs and problems from the world of java,j2ee, Spring, Weblogic,Tomcat,Hibernate, Oracle, MySQL and many other technologies.
SELECT
*
FROM
(
emp
ORDER
BY
sal
DESC
)
WHERE
ROWNUM <= 5;
No comments:
Post a Comment