Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
.and BillAmountSqlを使用して Case で orderby 句を変換したいデータ型です。JOOQBigDecimal
Sql
JOOQ
BigDecimal
ORDER BY CASE WHEN (BillAmount <= 0) THEN BillAmount ELSE BillNumber END
を使用して上記の行を記述する方法JOOQ?