RE: error in example SQL

8 views
Skip to first unread message

Dominik Hirt

unread,
Feb 24, 2022, 6:17:45 AM2/24/22
to jooq...@googlegroups.com
For the sake of completeness you should also fix the table alias in the given input for the translator mentioned in the blog post:

JOIN actor AS f USING (actor_id)
=> JOIN actor AS a USING (actor_id)

But again, very helpful article in order to understand the also for me long-standing problem with nesting collections.
I'll spread the word !

Kind regards
Dominik

Lukas Eder

unread,
Feb 24, 2022, 6:25:12 AM2/24/22
to jOOQ User Group
Yes, of course. Thanks

--
You received this message because you are subscribed to the Google Groups "jOOQ User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jooq-user+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jooq-user/63C90BF2-A77E-4C5D-AC4B-6E4CA30ED3D7%40googlemail.com.
Reply all
Reply to author
Forward
0 new messages