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 gkittelson 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: sb001
  • Order by date
  1. sb001

    Calculate a row number column in the results of a Select statement ?

    I don't believe I will be able to achieve it through distinct or count(*) so I may have explained it ambigously... I want the results from select 1... somecol ------- 'Apples' 'Pears' 'Bannas' Merged with the results from select 2... somecol ------- 'grapes' 'lemons' 'kimi fruits' but the...
  2. sb001

    Calculate a row number column in the results of a Select statement ?

    I want to union several select statements together to form a single result set that them ordered with an even distribution of the rows from each of the individual selects. i.e If first SELECT returns... COL1 ROWNUM ---- ------ 'ABC' 1 'DEF' 2 'GHI' 3 and a...

Part and Inventory Search

Back
Top