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 strongm 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: guts
  • Order by date
  1. guts

    printing only the first 10 lines of a query

    But in order for this thing to work I will have to index everything in the table because my order by clause spawns almost every column in table. and above solution is taking excessively long because it first selects all the rows orders them and then gets first 500 from them. Its useless to me. I...
  2. guts

    printing only the first 10 lines of a query

    Hi guys.. I am little new to these forums. I have a table containing thousands of rows but I only want user to restrict to first 500 rows based on selection criterion. Here is what I am doing currently. select * from table_name where ... rownum < 500 order by ... but this thing is not...

Part and Inventory Search

Back
Top