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
{{ message }}
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.
{
"error": {
"reason": "There was internal problem at backend",
"details": "Nested function calls like [YEAR(NOW())] are not supported yet",
"type": "SqlFeatureNotImplementedException"
},
"status": 503
}
Version: Version 1.13.0.0
The text was updated successfully, but these errors were encountered:
MySQL's NOW(): "returns a constant time that indicates the time at which the statement began to execute ... The value is expressed in the session time zone ..."
PostgreSQL's NOW(): "returns the start time of the current statement (more specifically, the time of receipt of the latest command message from the client) ... deliver values with time zone ..."
Is there any way to get the current year?
seems currently not supported
Version: Version 1.13.0.0
The text was updated successfully, but these errors were encountered: