📜  h2 case when - 任何代码示例

📅  最后修改于: 2022-03-11 14:58:15.043000             🧑  作者: Mango

代码示例1
// h2 doesn't support if clauses, try turning them into case when clauses, 
// at least at (2021-02-05)
// hope it works for you