phpbar.de logo

Mailinglisten-Archive

AW: SQL abfrage zwischen drinn?

AW: SQL abfrage zwischen drinn?

Andreas Müller mysql at universalware.de
Mit Mai 26 18:23:16 CEST 2004


Hallo Jan,
schau dir einfach mal kurz meine Lösung an. Die funktioniert und ist sehr
einfach und übersichtlich.
Hier nochmal als Kopie:

(select * from `pix` where id='0815' and usr_name='maxi'")
union
(select * from `pix` where id<'0815' and usr_name='maxi'" order by id desc
limit 0,5)
union
(select * from `pix` where id>'0815' and usr_name='maxi'" order by id asc
limit 0,5)
order by id;

Gruß,
Andreas



php::bar PHP Wiki   -   Listenarchive