Huhu Tobias,
ich nehme einfach mal an Du nutzt MySql.
Vielleicht hilft Dir so ein Konstrukt weiter:
SELECT * FROM MyTable WHERE '' IN (a,b,c,d)
oder sofern Du NULL-Werte zulässt ...
SELECT * FROM MyTable WHERE '' IN (IFNULL(a,''),IFNULL(b,''),IFNULL(c,''),IFNULL(d,''))
Viele Grüße
lulu
--
bythewaythewebsuxgoofflineandenjoytheday
bythewaythewebsuxgoofflineandenjoytheday