We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Add support of CASE expression
CASE
CASE WHEN expression THEN value WHEN expression THEN value END
postgres: https://www.postgresql.org/docs/9.4/functions-conditional.html mysql: https://dev.mysql.com/doc/refman/5.7/en/case.html sqlite3: https://www.sqlitetutorial.net/sqlite-case/
Dialect
The text was updated successfully, but these errors were encountered:
Issue #193
565e318
* [ADDED] Support for CASE statements #193
dc5f486
ef0c732
a8f0c36
Released in v9.8.0
v9.8.0
Sorry, something went wrong.
doug-martin
No branches or pull requests
Add support of
CASE
expressionpostgres: https://www.postgresql.org/docs/9.4/functions-conditional.html
mysql: https://dev.mysql.com/doc/refman/5.7/en/case.html
sqlite3: https://www.sqlitetutorial.net/sqlite-case/
Dialect
The text was updated successfully, but these errors were encountered: