-
Notifications
You must be signed in to change notification settings - Fork 1
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
EXTRACT
built-in function
#14
Comments
On a related topic, should PartiQL's spec define a return type for the SQL:2011 states:
where an exact numeric type is defined as follows:
So from SQL:2011, it appears to be implementation-defined. SQL:1992 states:
but later states:
and
I'm not sure if PartiQL should define the output type on its own or define it to be an implementation detail. |
What should be the behavior for when
EXTRACT
is called withShould they emit some default value,
MISSING
(in permissive typing mode) / error (in strict),NULL
?I can't find anything in the PartiQL spec or SQL specs related to these cases.
The text was updated successfully, but these errors were encountered: