Create a temp table to exam the test;
SQL: create table test as select * from v$session;
Now, I Query the test table with group by , and no index add on the table.
SQL: select username,count(1) from test group by username ;
Oracle 9i the Explain is ..
Oracle 11g the Explain is ..
沒有留言:
張貼留言