IFNULL print the null if the table is an empty or other condition. Query:- SELECT IFNULL( (SELECT NAME from employee where id = 2), 'NULL') as ...
確定! 回上一頁