SELECT [column_list], ROWNUM  
   FROM  (SELECT [column_list] FROM table
         ORDER BY Top-N_column)
   WHERE  ROWNUM <=  N