Mailinglisten-Archive |
>Wie es mysql in der Benutzerverwaltung auch macht, möchte ich, das ein '%' >in Spalte Condition2 alle Fälle matcht, egal was aktuell in $qdata2 steht. >Beispiel: >| Nutdaten | Condition1 | Condition2 | >|---------------|-----------------|-----------------| >| Hallo | www | xxx | >| super | qwq | % | Hi Johannes, Hast du das mal mit REGEXP probiert? Select * from tabelle where ... and Condition2 REGEXP "(bedingung|%)"; Siehe auch: http://www.mysql.com/doc/en/Regexp.html Syntax = Perlkompatibel MfG Wolfgang P.S. Tschuldigung ging versehentlich PM... :/ -- Infos zur Mailingliste, zur Teilnahme und zum An- und Abmelden unter -->> http://www.4t2.com/mysql
php::bar PHP Wiki - Listenarchive