Skip to content

Resolve "Add functions to retrieve parts from dates in SQL (`YEAR`, `MONTH`, `DAY`, `HOUR`, `MINUTE`, `SECOND`)"

What does this MR do

Added new field functions:

  • YEAR: Retrieve the year part of a date
  • MONTH: Retrieve the month part of a date
  • DAY: Retrieve the day of the month part of a date
  • HOUR: Retrieve the hour part of a date
  • MINUTE: Retrieve the minute part of a date
  • SECOND: Retrieve the second part of a date

Related issues

Fix #116 (closed)

Your checklist for this pull request

📄 Please review the guidelines for contributing to this repository.

  • Make sure your merge request is to develop or /feature /bugfix branch. Don't request your master!
  • Check the commit's or even all commits' message styles matches our requested structure.
  • Check the commit's pass the CI pipeline.
  • New and existing unit tests pass locally with my changes.
  • Commented code, particularly in hard-to-understand areas

Description

Please describe your pull request.

Thank you from AWE team!

Closes #116 (closed)

Edited by Pablo Javier García Mora

Merge request reports

Loading