● 비교 연산자 ( = , != , ^= , <> , > , < , >= , <= , is null , is not null ) > ORACLE

본문 바로가기

사이트 내 전체검색

뒤로가기 ORACLE

● 비교 연산자 ( = , != , ^= , <> , > , < , >= , <= , is n…

페이지 정보

작성자 관리자 작성일 23-04-12 11:32 조회 512 댓글 0

본문

● 연산자 : = , != , ^= , <> , > , < , >= , <= , is null , is not null



01. select * from notice;


01f98f1b7ac2f362c10334d28610f8fd_1681267982_4687.png




02. select * from notice where writer = '1111';


01f98f1b7ac2f362c10334d28610f8fd_1681279816_411.png
 



03. select * from notice where writer != '1111';

04. select * from notice where writer ^= '1111';

05. select * from notice where writer <> '1111';


01f98f1b7ac2f362c10334d28610f8fd_1681279912_0939.png
 



06select * from notice where hit > 99; 


01f98f1b7ac2f362c10334d28610f8fd_1681280202_6939.png
 



06select * from notice where signdate is null; 


01f98f1b7ac2f362c10334d28610f8fd_1681280368_7313.png
 



07select * from notice where signdate is not null; 


01f98f1b7ac2f362c10334d28610f8fd_1681280430_9834.png
 

추천0 비추천 0

댓글목록 0

등록된 댓글이 없습니다.


Copyright © dancePKT. All rights reserved.
PC 버전으로 보기