phpbar.de logo

Mailinglisten-Archive

Re: Limit und rows
Archiv Mailingliste mysql-de

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Limit und rows



Hallo Markus,


Markus Wolf wrote:
> wie kann ich denn LIMIT nutzen und trotzdem die Gesamtanzahl der Abfrage
> ermittlen?
> Ohne 2 Abfragen zu machen, das finde ich nämlich nicht sehr schick.

Ich kenne Deine Tabelle nicht, aber so etwas sollte funktionieren:

	SELECT COUNT(*) AS total, spalte1, spalte2, ... FROM tabelle WHERE ...
LIMIT 10;

In total hast Du damit die Anzahl aller Zeilen, auf die die Abfrage
zutrifft, obwohl Du nur 10 Zeilen ausgibst.

Gruss...
lars

-- 
quiXS! http://www.quixs.com/

utopiXS! - Postkarten online versenden - kostenlos
http://www.utopixs.de/

---
*** Weitere Infos zur Mailingliste und MySQL unter http://www.4t2.com/mysql 


Home | Main Index | Thread Index

php::bar PHP Wiki   -   Listenarchive