Answers for "mysql select if statement is empty"

SQL
1

mysql select if empty result

SELECT IFNULL( (SELECT field1 FROM table WHERE id = 123 LIMIT 1) ,'not found');
Posted by: Guest on April-07-2021

Code answers related to "mysql select if statement is empty"

Code answers related to "SQL"

Browse Popular Code Answers by Language