On Apr 7, 2:02 pm, gabjos <[email protected]> wrote:
> I have a delete statement that is giving me errors in H2. How do I
> modify it for H2?
>
> Here it is:
>
> DELETE FROM multi_pages INNER JOIN bib_holdings bh ON bh.id =
> multi_pages.id WHERE bh.pdf_name = 'ak-1'


I only know Oracle commands and in Oracle it would be like

delete from multi_pages where bib_holdings.id=multi_pages.bh_id and
pdf_name='ak-1';

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