Mailinglisten-Archive |
Florian Petter wrote: > Das mit den VIEWs haben wir auch schon getestet in dem man ROWNUM > verwendet, nur leider funktioniert ROWNUM nicht mit ORDER BY :-( Ein letztes Mal rate ich noch: "If you embed the ORDER BY clause in a subquery and place the ROWNUM condition in the top-level query, you can force the ROWNUM condition to be applied after the ordering of the rows. For example, the following query returns the 10 smallest employee numbers. This is sometimes referred to as a "top-N query": SELECT * FROM (SELECT empno FROM emp ORDER BY empno) WHERE ROWNUM < 11;", http://technet.oracle.com/doc/server.815/a67779/ch2.htm#33158 > A-1180 Vienna Kennst Du den Airbrushladen bei Euch in der Stadt? Falls ja, liebe Grüße an Roman. Ulf -- Ulf Wendel NetUSE Kommunikationstechnologie GmbH Siemenswall, D-24107 Kiel, Germany Fon: +49 431 386435 00 -- Fax: +49 431 386435 99
php::bar PHP Wiki - Listenarchive