Hi,
$rs = mysql(TYPO3_db, "select CONCAT((SELECT title FROM tx_holidayweb_types WHERE uid = type_uids LIMIT 1),' ',city,' - ',(title),' - ', (SELECT IFNULL title FROM tx_holidayweb_themes WHERE uid = theme_uids LIMIT 1, Testtitel)) from tx_holidayweb_accommodations where uid=".$acco);
Ich kann auch nicht genau sagen ob ich das IFNULL richtig gesetzt habe.
... CONCAT(..., IFNULL((SELECT ...), ersatztext))
~dave