DB
[DB] null 체크 문
잘 살아보세
2009. 3. 19. 14:28
select * from table_aaa where u_data is null;
: u_data가 null인 사용자
select * from table_aaa where u_data is not null;
: u_data에 내용이 들어있는 사용자
등록일: 2002-01-28 10:35:49
: u_data가 null인 사용자
select * from table_aaa where u_data is not null;
: u_data에 내용이 들어있는 사용자
등록일: 2002-01-28 10:35:49