Having scanned JOOQ docs, googled and searched this group specifically, I 
can't seem to find any specific references to the subj.

In Oracle, I can create multiple partitions for a table. Then at the 
querying time, I can explicitly specify a partition for optimization and 
/or constraint purposes, like this:

SELECT * FROM TABLE TBL PARTITION(TBL_PART_1)

It appears JOOQ does not support this syntax. Can you recommend a 
work-around?

Thanks!

--Ernest

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

Reply via email to