Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Filtered Query on nth row

Re: Filtered Query on nth row

From: Winxxniw <winxxniw_at_aol.com>
Date: 1998/02/10
Message-ID: <19980210015201.UAA15698@ladder02.news.aol.com>#1/1

Actually, I don't think you even need to do PL/SQL. Just try...

select * from table where (ROWCNT mod N) = 0

(I'm not sure if that's the correct operator for mod, but I think you see the approach!)

Good luck!

winxxniw_at_aol.com Received on Tue Feb 10 1998 - 00:00:00 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US