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
- Sring Functions and Operators
- 전자정부 표준프레임워크
- 윈도우
- SVN
- Oracle
- String Function and Operators
- MySQL
- String Functions and Operators
- 티베로
- Tibero
- Date and Time Functions
- HTTP
- String Functions and Date Operators
- Date and Time Function
- Data and Time Functions
- 오라클
- 방화벽
- 전자정부표준프레임워크
Archives
- Today
- Total
웹이야기
오라클 테이블 목록 조회 본문
3개의 쿼리중에서 알아서 사용 ~~
select * from tab ;
select * from all_tables where owner ='scott' ;
select * from user_tables ;
'D > ORACLE' 카테고리의 다른 글
오라클 집합 연산자 (0) | 2020.03.16 |
---|---|
오라클 연산자 우선순위 (0) | 2020.03.16 |
오라클 JDBC Driver / Oracle JDBC driver 다운로드 (0) | 2020.03.10 |
Oracle JDBC drivers 다운로드 (0) | 2020.02.25 |
Windows 10에서 1521 포트 열기 (0) | 2020.02.24 |
Comments