自由的風
一個懶懶的工程師… 專長是unix作業系統與oracle資料庫
搜尋此網誌
星期四, 3月 08, 2012
Oracle Group by Without sort after 10g
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 ..
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言