IF(t1.bedingungswert=='j',CONCAT(t2.wert1,t2.wert2),CONCAT(t2.wert1,t2.wert3) ) as zusammen
DANKE
Ich habs zwischenzeitlich mit CASE gemacht, funktioniert auch.
IF(t1.bedingungswert=='j',CONCAT(t2.wert1,t2.wert2),CONCAT(t2.wert1,t2.wert3) ) as zusammen
DANKE
Ich habs zwischenzeitlich mit CASE gemacht, funktioniert auch.