Software >> Development >> Languages >> SQL >> SELECT >> Examples >> How to select top X rows from a table

Oracle ====== sql> select <columns> from <table> where ROWNUM <= X;