Hi,
i tried to use a Oracle hint with Jooq 2.3.1 and a select distinct query. 
But the resulting query has the hint at the wrong place, after the distinct 
and not after the select.
For example: Jooq gives me  SELECT DISTINCT /*+ parallel (4) */" ... but 
oracle accepts only SELECT /*+ parallel (4) */  DISTINCT.
Greetings,
Janno

Reply via email to