Quote Originally Posted by pascal01
Hi, How do I get the first and last row in a table? Is there a function available? (min ? max?...row_id) Not sure how to do it? Please help. Thank you.
use rownum=1 in where clause will get you the first and to get the last ???
there are ways to do..........Find it