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 | 31 |
Tags
- String Functions and Operators
- String Functions and Date Operators
- 전자정부 표준프레임워크
- Oracle
- 방화벽
- Date and Time Functions
- 윈도우
- 티베로
- String Function and Operators
- 전자정부표준프레임워크
- HTTP
- MySQL
- 오라클
- Date and Time Function
- Tibero
- SVN
- Sring Functions and Operators
- Data and Time Functions
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