Mailinglisten-Archive |
At 12:00 07.09.00 +0200, you wrote:
Re(h),
>
>mir ist das was komisches untergekommen, was mich fast verrückt macht:
>
>Abfrage 1:
>select * from tab WHERE id>0 AND CONCAT(fachrichtung,fachrichtung2) LIKE
>'%$FM{'fachrichtung'}%'
Warum machst Du nicht folgendes
select * from tab where (id > 0 and fachrichtung like '%$...) and/or (id >
0 and fachrichtung2 like '%$...)
Das Concat weiss ich jetzt auch nicht was das bezwecken soll.
Gruss
Ruprecht
------------------------------------------------------------
INTERNOLIX AG
Ruprecht Helms
System-Engineer
http://www.internolix.com
mailto:helms_(at)_internolix.com
Weiherstr. 20 Tel: +49-[0]7533-9945-71
78465 Konstanz Fax: +49-[0]7533-9945-79
---
*** Weitere Infos zur Mailingliste und MySQL unter www.4t2.com/mysql
php::bar PHP Wiki - Listenarchive