Hi Kevin,

In addition to Alf's suggestion, you could also just use
Field.contains(Field)

I hope this helps,
Lukas

On Fri, Jul 14, 2023 at 6:32 PM Kevin Jones <ke...@knowledgespike.com>
wrote:

> I have SQL something like this
>
> SELECT * from A
> join B on A.Name like CONCAT ('%', B.Name, '%")
>
> Is that possible in JOOQ?
>
> Thanks,
>
> Kevin
>
> --
> 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+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/jooq-user/b22e6d9d-49ab-4cc9-aa57-12ba3e61cbbfn%40googlegroups.com
> <https://groups.google.com/d/msgid/jooq-user/b22e6d9d-49ab-4cc9-aa57-12ba3e61cbbfn%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jooq-user/CAB4ELO4FKZFRBgS%3DD2ysH9nw6gXmfn3BpmVo-KMpk1CqFAZbsw%40mail.gmail.com.

Reply via email to