见鬼,我找不到在 JOOQ 中使用 postgres 'WITH' 子句的方法。请问JOOQ是否支持它?谢谢
问问题
693 次
1 回答
1
Common table expressions (the "WITH
clause") are currently not supported in jOOQ. There is a pending feature request on the jOOQ road map for CTE's: #454. As of jOOQ 3.0, there are currently no plans of actually supporting it, though.
(Your best option to push things a little bit is to discuss this topic on the jOOQ user group)
于 2013-01-30T08:45:53.277 回答