The combined use of row value expressions and semi joins was recently discussed here on the user group: https://groups.google.com/d/topic/h2-database/XlRLHjytKiE/discussion
You could try using this expression: SELECT * FROM ZZJG1_3 WHERE (DXMC,F_OBJNAME) IN (SELECT (DXMC,F_OBJNAME) FROM ZZJG1) What looks like row value expressions in other databases are in fact array expressions in H2 Cheers Lukas -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To view this discussion on the web visit https://groups.google.com/d/msg/h2-database/-/ENeXq54NM_gJ. 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.
