Skip to content

SQL: support CASE (WHEN) expression #36200

@astefan

Description

@astefan

https://docs.microsoft.com/en-us/sql/t-sql/language-elements/case-transact-sql?view=sql-server-2017

Simples use case: SELECT (CASE WHEN (value = 1) THEN 'yes' ELSE 'no' END) AS decision FROM test

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions