DEV Community

[Comment from a deleted post]
Collapse
 
j1cordingley profile image
JCord

You can also go
Case condition when 1 then 'value' When 2 then 'other value' when 3 then 'yet another value' else 'default value' end

Also you can use case in where.