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

Implement functions in the translator #230

Open
3 tasks
vserret opened this issue Dec 21, 2023 · 0 comments
Open
3 tasks

Implement functions in the translator #230

vserret opened this issue Dec 21, 2023 · 0 comments
Assignees

Comments

@vserret
Copy link
Contributor

vserret commented Dec 21, 2023

  • DAYOFWEEK | DOW => In the translator MySQL => Postgres, sould be replace by EXTRACT(DOW FROM ..)
  • DATEPART => In the translator SQLServer => Postgres, sould be replace by EXTRACT(... FROM ..)
  • iif: IIF (booleanExpression, expression,expression) Translator: Specific to SQLServer, equivalent to CASE WHEN ewpr THEN expr else expr END
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants