☁️정리/❄️SQL
[MySQL] IFNULL
뿌야._.
2023. 10. 26. 22:38
데이터가 없는 경우 다른 값으로 출력한다.
SELECT IFNULL(columnName, 'NONE') as columnName
from tableName