I have understood that in derby doesn't support offset in sql.
However in hibernate with derby this is possible using Query.setFirstRow(int row). What it actually to do that?

Reply via email to