phpbar.de logo

Mailinglisten-Archive

Re: group by / order by having...
Archiv Mailingliste mysql-de

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

Re: group by / order by having...



> Date sent:      	Wed, 13 Dec 2000 10:12:37 +0100
> From:           	Christian Dassow <c.dassow_(at)_webelefant.de>

> SELECT TITEL FROM FILME WHERE TITEL like '%$titel%' ORDER BY FILME
> HAVING TITEL LIKE '$titel%';

"like" und "having" ist etwas doppelt gemoppelt. 
"order by" geht auf ein Feld aber nicht auf eine ganze Tabelle.

Mach's doch so:

select titel from filme where titel like '%$teilwort%' order by titel;


Stay cool, don't close the fridge

P.Bierans

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


Home | Main Index | Thread Index

php::bar PHP Wiki   -   Listenarchive