IF()
SELECT
CONCAT(
`orte`.`PLZ`,
' ',
`orte`.`Name`,
IF(`orte`.`Zusatz` REGEXP '^[^,/]', ' ', ''),
`orte`.`Zusatz`
) AS `Ort_detailliert`
FROM `orte`
IF()
SELECT
CONCAT(
`orte`.`PLZ`,
' ',
`orte`.`Name`,
IF(`orte`.`Zusatz` REGEXP '^[^,/]', ' ', ''),
`orte`.`Zusatz`
) AS `Ort_detailliert`
FROM `orte`