[jOOQ/jOOQ#11394] Support parsing Teradata's zeroifnull()
This commit is contained in:
parent
8ed33197de
commit
753242b86c
@ -7756,6 +7756,13 @@ final class ParserContext {
|
||||
|
||||
break;
|
||||
|
||||
case 'Z':
|
||||
if (N.is(type))
|
||||
if (parseFunctionNameIf("ZEROIFNULL"))
|
||||
return coalesce(parseFieldParenthesised(type), zero());
|
||||
|
||||
break;
|
||||
|
||||
case '0':
|
||||
case '1':
|
||||
case '2':
|
||||
|
||||
Loading…
Reference in New Issue
Block a user