Mailinglisten-Archive |
> > alter table meldungen add match_always char(1) default "N"; > > > > select * from meldungen > > where match_if_condition like "%$this_condition%" > > or match_always = "Y"; > > das klingt schon recht passend! > Hat sonst jemand noch eine Idee? Ja, noch einfacher: select * from meldungen where match_if_condition like "%$this_condition%" or match_if_condition like "always" P. Bierans -- Patrick Bierans - LYNET Kommunikation AG - http://www.lynet.de Das Internet-Systemhaus fuer Multimedia- und Netzwerkloesungen Zentrale Luebeck Fon +49-451-6131-0, Fax +49-451-6131-333 Niederlassung Hamburg Fon +49-40-65738-0, Fax +49-40-65738-333 --- Infos zur Mailingliste, zur Teilnahme und zum An- und Abmelden unter -->> http://www.4t2.com/mysql
php::bar PHP Wiki - Listenarchive