MySQL Selecione se o resultado vazio

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