Hi,

I tried:
        Result<Record2<BigInteger, BigInteger>> record = create
            .select(
                TEST.ID, TEST.SESSION_ID
                ).distinctOn(TEST.SESSION_ID).from(TEST)
            .orderBy(TEST.SESSION_ID, TEST.ID)
            .fetch();



which works perfectly on POSTGRES. But since Oracle isn't supporting that 
feature there will be an error.

Are there any plans for adding an emulation as stated in 2012:
https://stackoverflow.com/questions/10515391/oracle-equivalent-of-postgres-distinct-on/10515397#10515397

Greets, Mark


-- 
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/d/optout.

Reply via email to