phpbar.de logo

Mailinglisten-Archive

[php] AW: [php] OT: Limit und Page-Anzahl

[php] AW: [php] OT: Limit und Page-Anzahl

Daniel Rowe daniel.rowe_(at)_prosales-europe.com
Mon, 5 Mar 2001 22:57:07 +0100


Ist weniger ein PHP als ein SQL-Problem. 
Folgende Grundidee steckt dahinter:

SELECT TOP 100 *
FROM
    (SELECT TOP 200 *
    FROM aaorg
    ORDER BY postcode ASC)
ORDER BY postcode DESC

Gruss

-----
Daniel Rowe
daniel.rowe_(at)_prosales-europe.com
ProSales Europe Media GmbH

Katharinenstrasse 19 · 10711 Berlin
Telefon [+49 30] 726 15 91 - 20
Telefax |+49 30] 726 15 91 - 49


php::bar PHP Wiki   -   Listenarchive