Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- SVN
- Date and Time Function
- Date and Time Functions
- String Functions and Operators
- Sring Functions and Operators
- 전자정부표준프레임워크
- Data and Time Functions
- Oracle
- 티베로
- HTTP
- 방화벽
- 전자정부 표준프레임워크
- 윈도우
- String Function and Operators
- MySQL
- Tibero
- String Functions and Date Operators
- 오라클
Archives
- Today
- Total
웹이야기
오라클 연산자 우선순위 본문
SQL Operator Precedence
Operator | Operation |
+, -(as unary operator), PRIOR, CONNECT_BY_ROOT, COLLATE | Idetity, negation location in hierarchy |
*, / | Multiplication, devision |
+, -(as binary operators), || | Addition, substraction, concatenation |
SQL conditions are evaluated after SQL operators |
sql>SELECT 1+2*3 FROM DUAL ;
--> 7
'D > ORACLE' 카테고리의 다른 글
오라클 연산자 (0) | 2020.03.22 |
---|---|
오라클 집합 연산자 (0) | 2020.03.16 |
오라클 테이블 목록 조회 (0) | 2020.03.13 |
오라클 JDBC Driver / Oracle JDBC driver 다운로드 (0) | 2020.03.10 |
Oracle JDBC drivers 다운로드 (0) | 2020.02.25 |
Comments