i tried to do update using inner join with no luck, i always get sql syntax 
incorrect while in sql server it work with no problem for example

UPDATE t1 set t1.x=3
from Table1 as t1 inner join Table2 as t2 on t1.id=t2.y
where t1.z=...

-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/h2-database.
For more options, visit https://groups.google.com/d/optout.

Reply via email to