I'm currently implementing some test cases that utilize H2. Our system is 
using mybatis and Spring. We use Oracle DB on production but for testing 
we'd like to use H2. I'm running into an issue with SQL calls like the 
following:

SELECT data(t.data_id) FROM REF.DATA_TYPE@LCL_DBL t

However, I cannot get H2 to properly function with the @LCL_DBL in there. 
It gives me an error when trying to create a table with the @LCL_DBL at the 
end. How can I get this to work in H2? 

Thanks.

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