sqltoast icon indicating copy to clipboard operation
sqltoast copied to clipboard

Support <cast expression>

Open jaypipes opened this issue 7 years ago • 0 comments

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> 

jaypipes avatar Jun 07 '18 02:06 jaypipes