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