Skip to content
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

Support <cast expression> #122

Open
jaypipes opened this issue Jun 7, 2018 · 0 comments
Open

Support <cast expression> #122

jaypipes opened this issue Jun 7, 2018 · 0 comments

Comments

@jaypipes
Copy link
Owner

jaypipes commented Jun 7, 2018

The has the following EBNF grammar:

<cast specification>    ::=   CAST <left paren> <cast operand> AS <cast target> <right paren>

<cast operand>    ::=   <value expression> | NULL

<cast target>    ::=   <domain name> | <data type> 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant