View Single Post
  #2 (permalink)  
Old 07-03-09, 12:17
n_i n_i is offline
:-)
 
Join Date: Jun 2003
Location: Toronto, Canada
Posts: 4,229
Quote:
Originally Posted by sri.P
i need to produce multiple records for a single record.
Why aren't you producing multiple records for those where col1 is 3 and 4?


Quote:
Originally Posted by sri.P
i want to get next two records
Next based on what? Records in the database table do not have any inherent order, so "next two records" essentially means "any two random records".
Reply With Quote