일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- jQuery
- javascript
- c#
- DataGrid
- 단축키
- MSSQL
- aspnet
- 엑셀
- windows
- oracle
- SSRS
- 리포팅서비스
- microsoft
- 태그를 입력해 주세요.
- 윈도우
- 오라클
- 자바스크립트
- MS
- 비주얼스튜디오
- ASP
- 마이크로소프트
- IIS
- 이클립스
- replace()
- Excel
- 윈폼
- Winform
- attr()
- 프로시저
- CONVERT()
Archives
- Today
- Total
목록Count (2)
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