Hello,

> select * from table where DAYNAME(date) = "Sunday";
>
> How to generate like this?

Whenever you're missing a vendor-specific function in jOOQ, you can
implement it through what jOOQ calls "plain SQL". Please find more
information in the manual:
http://www.jooq.org/doc/2.6/manual/sql-building/plain-sql/

... in the Javadocs:
http://www.jooq.org/javadoc/latest/org/jooq/impl/Factory.html#field(java.lang.String)

Or on this user group:
https://groups.google.com/forum/?fromgroups#!searchin/jooq-user/plain$20sql

Cheers
Lukas

-- 
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/groups/opt_out.


Reply via email to