참고 : https://goddaehee.tistory.com/92
Dual 테이블의 사용 용도
- 사용자가 함수(계산)을 실행할 때 임시로 사용하는 데 적합
ex) select sequence.NEXTVAL from dual;
select sysdate from dual;
select current_date from dual;
'DB > Oracle' 카테고리의 다른 글
JAVA Oracle DB Exception 정리 (0) | 2019.07.23 |
---|---|
[Oracle SQL Developer Error]The Network Adapter could not establish the connection (0) | 2019.06.28 |
oracle 11g 트랜잭션 관리COMMIT ROLLBACKDML 인강 (0) | 2019.05.31 |
Oracle sql developer tool : oracle developer the network adapter could not establish the connection (0) | 2019.05.28 |
커넥션풀(DBCP) (0) | 2019.05.07 |