Oracle Database Administration
Database Tips
Wednesday, May 11, 2011
Query to find HISTOGRAMS
select owner,table_name,histogram from DBA_TAB_COL_STATISTICS where
owner='SCOTT' and table_name='EMPLOYEE'
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment