aspose file tools
The moose likes JDBC and the fly likes records between sequence numbers Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "records between sequence numbers" Watch "records between sequence numbers" New topic
Author

records between sequence numbers

sumanth kumar
Greenhorn

Joined: Jul 29, 2005
Posts: 22
We have thousands of records with sequence numbers in the oracle database, we need to retrieve a number of records between two sequence numbers, i.e. to retrieve records between 100 and 200 sequence numbers. Could some one help me to find a query to fetch records.
Carol Enderlin
drifter
Ranch Hand

Joined: Oct 10, 2000
Posts: 1348
try "between", or use >= and <=

google oracle between
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: records between sequence numbers
 
Similar Threads
Please help
Difference between Indexes and Sequences
Problem faced due to skipping sequence numbers when generated from inside JMS Queues during message
Exactly match searching in URLYBird
need your help :new synchronized problem