【发布时间】:2014-05-30 21:31:15
【问题描述】:
我是 jooq 的新手,所以我想在 jooq 中写下这个查询。
"CASE len(CAST(SUBSTRING(attachedblob, 1, 1) AS varchar(1))) when 1 then 'true' else 'false' end ReviewExistance "
你能告诉我吗?
谢谢
【问题讨论】:
-
你在哪里卡住了?到目前为止,您尝试过什么?
标签: sql database casting case jooq