mysql pilih jika hasil kosong

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