[Mysql] ifnull
페이지 정보
작성자 MintState 댓글 0건 조회 19,851회 작성일 08-11-03 11:15본문
[Mysql] ifnull
필드값이 NULL일 경우 에러가 발생하면 특정값으로 대체한다.
select ifnull(max(rank),-1) from table
select ifnull(name,'MintSate') form table
필드값이 NULL일 경우 에러가 발생하면 특정값으로 대체한다.
select ifnull(max(rank),-1) from table
select ifnull(name,'MintSate') form table
|
댓글목록
등록된 댓글이 없습니다.