MySQL Wählen Sie, ob leeres Ergebnis

SELECT IFNULL( (SELECT field1 FROM table WHERE id = 123 LIMIT 1) ,'not found');
Mysterious Mamba