Thanks for your answers and clarification!

On 17 May 2010 21:33, Thomas Mueller <[email protected]> wrote:

> Hi,
>
> The problem is that the optimizer changes the query:
> select * from (select rownum,* from KEYWORD where project_id = 2) where
> id=7
> to
> select * from (select rownum,* from KEYWORD where project_id = 2 and
> id = 7) where id=7
>
> Which does change the rownum of course. This is unfortunate, however
> it's relatively hard to change that.
>
> Regards,
> Thomas
>
> --
> You received this message because you are subscribed to the Google Groups
> "H2 Database" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected]<h2-database%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/h2-database?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/h2-database?hl=en.

Reply via email to