SYNTAX_ERROR: line 12:49: '<=' cannot be applied to interval day to second, integer

0

The following shows the error above: abs(CAST(PZD.FILLED_CANCELLED_DATE AS INTEGER) - CAST(PZD.ORDER_DATE AS INTEGER) <= 9 ITEM 596 for my reference

feita há 2 anos611 visualizações
1 Resposta
0
Resposta aceita

I think you're missing a closing parentheses. Try:

abs(CAST(PZD.FILLED_CANCELLED_DATE AS INTEGER) - CAST(PZD.ORDER_DATE AS INTEGER)) <= 9
AWS
Don_D
respondido há 2 anos
AWS
ESPECIALISTA
avaliado há 2 anos

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas