Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: ngcm
  • Order by date
  1. ngcm

    help me to retrieve a specific number of rows in a sql query

    I have got a big table which contain an important number of rows. i need to retrieve the first n rows or a number of rows betwween two values n and m. i try like that: select * from my_table where rownum<=n but i got an error message because informix don't recognise rownum. it's very urgent for...

Part and Inventory Search

Back
Top