Hello,
I think this is a rather simple question but IBM's DB2 docs fail to answer anything without having to search through hours worth of material. So, I know how to select the top 5 rows, SELECT * FROM TABLE.FOOBAR FETCH TOP 5 ROWS, I think that is the syntax. How do I create a statment to say, select rows 50 through 100, or 103 through 150? or the bottom 10 rows?
Thanks a bunch,
Ron
typedef map<GiantX,gold, less<std::shortestpathtogold> > AwesomeMap;
I think this is a rather simple question but IBM's DB2 docs fail to answer anything without having to search through hours worth of material. So, I know how to select the top 5 rows, SELECT * FROM TABLE.FOOBAR FETCH TOP 5 ROWS, I think that is the syntax. How do I create a statment to say, select rows 50 through 100, or 103 through 150? or the bottom 10 rows?
Thanks a bunch,
Ron
typedef map<GiantX,gold, less<std::shortestpathtogold> > AwesomeMap;