일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 마이크로소프트
- microsoft
- replace()
- MS
- 프로시저
- IIS
- 이클립스
- 오라클
- SSRS
- Excel
- attr()
- 자바스크립트
- windows
- 비주얼스튜디오
- 엑셀
- 윈폼
- c#
- CONVERT()
- 단축키
- aspnet
- javascript
- Winform
- 윈도우
- 리포팅서비스
- oracle
- 태그를 입력해 주세요.
- MSSQL
- jQuery
- ASP
- DataGrid
Archives
- Today
- Total
목록레코드수 (1)
DJ메탈짱™의 Free Style
[ORACLE] 모든(ALL) 테이블 레코드 수(count) 확인, information_schema.tables
오라클 모든 테이블 행 확인, information_schema.tables 해당 오라클 사용자에게 테이블을 조회할 수 있는 권한조차 없다면 포기해야 한다는.. 일일이 SELECT COUNT(*) 해서 확인해보는 수밖에.... SELECT table_name, table_rows FROM information_schema.tables WHERE table_schema = 'dpprd'; 출처 : http://www.mssqltips.com/sqlservertutorial/196/informationschematables/
일(job)/DBMS
2016. 1. 18. 17:25