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 -> rownum

rownum

From: <db2group88_at_yahoo.com>
Date: 3 Jan 2005 16:36:08 -0800
Message-ID: <1104798968.224923.182020@z14g2000cwz.googlegroups.com>


hi, we are using oracle 10g, here is the wierd thing i don't understand, i do "select rownum, name from admin.test", i can see the result value of rownum is 1 and 2, and both columns has data in it, but when i do "select name from admin.test where rownum=2", i can't get the data back, i do "select name from admin.test where rownum=1", the data is returned, can someone help me? thanks Received on Mon Jan 03 2005 - 18:36:08 CST

Original text of this message

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