Fix SQL date part identifier: day → doy (day of the year) (#6791)

* Initial plan

* Fix typo: day -> doy (day of the year)

Co-authored-by: jstirnaman <212227+jstirnaman@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: jstirnaman <212227+jstirnaman@users.noreply.github.com>
sync-plugin-docs-2026-02-02^2
Copilot 2026-02-04 08:29:18 -06:00 committed by GitHub
parent 30637d8ae8
commit 5b89c38b9f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -794,7 +794,7 @@ date_part(part, expression)
- microsecond
- nanosecond
- dow _(day of the week)_
- day _(day of the year)_
- doy _(day of the year)_
- **expression**: Time expression to operate on.
Can be a constant, column, or function.
@ -860,7 +860,7 @@ extract(field FROM source)
- microsecond
- nanosecond
- dow _(day of the week)_
- day _(day of the year)_
- doy _(day of the year)_
- **source**: Source time expression to operate on.
Can be a constant, column, or function.