How can I included a COLLATE clause after a text comparison expression? Current situation is a JOIN condition, e.g.:
INNER JOIN T2 ON T1.COL1 = T2.COL1 COLLATE utf8_bin Also need to be able to do this in WHERE clauses. 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 [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
