phpbar.de logo

Mailinglisten-Archive

Sortierung

Sortierung

Volker Graubaum vg at e-netconsulting.de
Son Dez 7 10:42:56 CET 2003


Hallo Rene,

6 Uhr morgens ist wohl doch die falsche Zeit zum Antworten.

Dann würde mir nur eine möglichkeit einfallen wie Du nach dem ersten
Login pro Person sortieren kannst, aber das auch erst in
4.1.x

SELECT p.id, p.typ, u.name, p.timestamp, s.sort_ts
FROM tabelle2 p, tabelle1 u , (select min (timestamp) sort_ts, id from
tabelle2 where type = 'login' group by id) s
WHERE ON p.id=u.id and p.id = s.id
ORDER BY sort_ts, p.id, p.timestamp

Gruß Volker

-- 
Infos zur Mailingliste, zur Teilnahme und zum An- und Abmelden unter
-->>  http://www.4t2.com/mysql 


php::bar PHP Wiki   -   Listenarchive