You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Trino, The field of EXTRACT is DAY_OF_WEEK. But in BigQuery, the part of EXTRACT is DAYOFWEEK.
We need to handle the SQL transform at SQLGlot by overriding.
Description
In Trino, The field of
EXTRACT
isDAY_OF_WEEK
. But in BigQuery, the part ofEXTRACT
isDAYOFWEEK
.We need to handle the SQL transform at SQLGlot by overriding.
https://trino.io/docs/current/functions/datetime.html#extract
https://cloud.google.com/bigquery/docs/reference/standard-sql/date_functions#extract
The text was updated successfully, but these errors were encountered: