프로그래밍 공부/SQL

[SQL] 조회된 데이터가 없을 경우 결괏값 바꿔서 출력하기

hueco 2022. 10. 29.

 

SQL에서 칼럼의 값이 NULL 이지만, 결괏값을 변경하여 출력하고 싶을 때는 IFNULL() 을 사용하면 된다.

 

🔍️ 문법:

IFNULL(컬럼명, 대체할 값)

 

🏷️ Reference:

 - 문법 설명: https://www.w3schools.com/sql/func_mysql_ifnull.asp

 

MySQL IFNULL() Function

W3Schools offers free online tutorials, references and exercises in all the major languages of the web. Covering popular subjects like HTML, CSS, JavaScript, Python, SQL, Java, and many, many more.

www.w3schools.com

 

- 관련 문제 : https://school.programmers.co.kr/learn/courses/30/lessons/132201

 

프로그래머스

코드 중심의 개발자 채용. 스택 기반의 포지션 매칭. 프로그래머스의 개발자 맞춤형 프로필을 등록하고, 나와 기술 궁합이 잘 맞는 기업들을 매칭 받으세요.

programmers.co.kr

 
 
 
 
 

댓글