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".