Al usar AWS re:Post, aceptas las AWS re:Post Términos de uso

FUNCTION_NOT_FOUND: line 1:8: Function 'dateadd' not registered

0

I am trying to use the DATEADD function, but I encountered an issue. I am querying an S3 database using Athena. Do I need to store the data in Redshift to use the DATEADD function? Any guidance would be greatly appreciated. Thank you.

preguntada hace 6 meses547 visualizaciones
1 Respuesta
0

If you're using the latest version of the Athena query engine, it uses Trino underneath, and the function is date_add (with an underscore): https://trino.io/docs/current/functions/datetime.html#date_add

You'll find links to all the functions supported by Athena's different versions in documentation: https://docs.aws.amazon.com/athena/latest/ug/functions.html

EXPERTO
respondido hace 6 meses
profile picture
EXPERTO
revisado hace 6 meses

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas