How can i implement sql like "select top 10 * from table order by some_columns" in SQLObject?
I haven't find the solution in the doc, I think several .select() method can do it, but not perfect. So I just want to know how to solve this more clair clever. Many thanks. He, Wenjie
