Hi, I am a big fan of Abator and iBatis. Abator is fantastic. I have a question though. In Oracle the way to limit results to (for example) 20 rows is:
select col from tbl where rownum<=20; Using the wonderful Abator, is there a way I can do that? (Second question, much less important: is there a new version of Abator coming anytime soon?) Thanks in advance, Robert