phpbar.de logo

Mailinglisten-Archive

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

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

Re: locate - vorher order by / group by having...




>Anfrage select TITEL, LOCATE('rain',FILME.TITEL) AS fit from FILME WHERE
>fit > 0 order by fit,TITEL scheitert.

Das liegt am WHERE. Sorry, daran habe ich nicht gedacht. WHERE kann nur 
vorher ausschließen, aber HAVING löst das Problem.

select TITEL, LOCATE('rain',FILME.TITEL) AS fit from FILME HAVING
fit > 0 order by fit,TITEL

Gruß
Falk

-- 
Fun is irrelevant ... http://www.totenkomisch.de/
Comedy-Events in Ihrer Nähe! --- http://comedy.cogitatio.de/

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


Home | Main Index | Thread Index

php::bar PHP Wiki   -   Listenarchive