langium-sql icon indicating copy to clipboard operation
langium-sql copied to clipboard

Case When ...

Open Lotes opened this issue 2 years ago • 0 comments

Section within the standard

Example:

SELECT CASE
         WHEN team_name = 'Blue Bombers' THEN city
         ELSE '*********'
       END AS city
FROM Teams;

Lotes avatar Jan 25 '23 08:01 Lotes