Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Case When ... #7

Open
Tracked by #3
Lotes opened this issue Jan 25, 2023 · 0 comments
Open
Tracked by #3

Case When ... #7

Lotes opened this issue Jan 25, 2023 · 0 comments
Labels
Expressions Everything that has a type and a value.

Comments

@Lotes
Copy link
Collaborator

Lotes commented Jan 25, 2023

Section within the standard

Example:

SELECT CASE
         WHEN team_name = 'Blue Bombers' THEN city
         ELSE '*********'
       END AS city
FROM Teams;
@Lotes Lotes mentioned this issue Jan 25, 2023
18 tasks
@Lotes Lotes changed the title case of Expressions: Case/When Jan 25, 2023
@Lotes Lotes added the Expressions Everything that has a type and a value. label Jan 25, 2023
@Lotes Lotes changed the title Expressions: Case/When Case When ... Jan 25, 2023
cam-m added a commit to cam-m/langium-sql that referenced this issue Jan 24, 2024
cam-m added a commit to cam-m/langium-sql that referenced this issue Jan 30, 2024
cam-m added a commit to cam-m/langium-sql that referenced this issue Jan 30, 2024
 - Moved Case to once only in outer expression
cam-m added a commit to cam-m/langium-sql that referenced this issue Jan 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Expressions Everything that has a type and a value.
Projects
None yet
Development

No branches or pull requests

1 participant