Hello Daniel,

Sure, you can simply use DSL.val() (bind variable) or DSL.inline() (inline
constant) for this purpose. See also the relevant section in the manual:
http://www.jooq.org/doc/latest/manual/sql-building/bind-values

Hope this helps,
Lukas

2015-12-11 11:26 GMT+01:00 Daniel Roziecki <[email protected]>:

> Hi,
>
> is there any way to do something like this?
>
> select(TBL.FLD1, TBL.FLD2, CONSTANT_VALUE_IN_ALL_RESULT_ROWS) from etc...
>
> Regards
>
> --
> 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.
>

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