Hi,

I can reproduce the problem (the syntax error) with a simpler test case:

drop table test;
create table test(id int);
select 1 from (select 2 from ((test t1 inner join test t2 on t1.id=t2.id)
inner join test t3 on t3.id=t1.id)) x;

I found the problem in the code. This will be fixed in the next release.
Thanks a lot for your help!

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].
For more options, visit this group at 
http://groups.google.com/group/h2-database?hl=en.

Reply via email to