BIEE

One BI consultant's dream...

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

Refer to the SQ as below:

SELECT * from A_TEST where rowid not in (
        select MIN(t1.rowid) from A_TEST t1 group by
        t1.A,t1.B,t1.C
);

it is really a good way using ROWID for row identification.

posted on 2008-11-26 11:09  woodpecker  阅读(300)  评论(1编辑  收藏  举报