phpbar.de logo

Mailinglisten-Archive

[php] Oracle / ODBC

[php] Oracle / ODBC

Ulf Wendel UW_(at)_NetUSE.DE
Fri, 28 Apr 2000 12:56:09 +0200


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