Hi, I have the following simple scenario. I'm getting an epoch and would
like to filter the results according to it.
the following did not work:
create.select().from(MY_VIEW).where("activation_time >= " + new
Timestamp(activeSinceEpoch)).fetchSize(FETCH_SIZE).fetchLazy();
I would like to avoid calling the TO_TIMESTAMP since this is less convenient in
Java. How should I get this correctly?
Thanks.
--
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.