Aug 24, 2000 #1 erwan Programmer Joined Aug 24, 2000 Messages 19 Location FR In sql, i want to get only 10 gretest values on a table . I try with ROWNUM with " where rownum > count(*) -10 but the "order by" is made after the rownum and the result is false. how can i do that. thank you! erwan.peccaud@bnpparibas.com
In sql, i want to get only 10 gretest values on a table . I try with ROWNUM with " where rownum > count(*) -10 but the "order by" is made after the rownum and the result is false. how can i do that. thank you! erwan.peccaud@bnpparibas.com