Hi,

I'm afraid H2 doesn't support this syntax. For the supported syntax, see
http://h2database.com/html/grammar.html#update

Regards,
Thomas



On Wed, Mar 12, 2014 at 10:05 AM, h2newbie <[email protected]> wrote:

> 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.
>

-- 
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