In SQL you can do this

SELECT   col1, col2, col3FROM     my_tableORDER BY 1


Essential referring to a column by its number/ordinal position within the 
select. Can I do this with JOOQ?

Yes I know why this may be bad practice etc. etc.... But I'd like to know 
if it's possible.

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