Latest Activity

code

Denodo addmonth equivalent

Hi I have a teradata condition as: select (EXTRACT(MONTH FROM ADD_MONTH(DATE , 0) -6) FROM TABLE_NAME. what will be the equivalent of this query in denodo, as denodo is throwing error Thanks

Extra Functions monthfunction

code

Functions Mapping error

Hey guys, I'm facing again an: [ERROR] Received exception with message 'Unable to find mapping for function 'addmonth'' I know there are function that my db (Hive) doesn't have so we cannot use them from denodo unless we apply them in denodo server ...

Extra Functions Function

code

Syntax for Last Ten Years Using addyear from XtraFuncs

Hello, Here is my current condition: todate('MM/dd/yyyy', ITEM.datefiled) >= addyear(getday(), -10) I would like to modify this so that it will only bring back the last ten years from whatever date it is currently. Thank you

Extra Functions Help ITP XtraFuncs ITPILOT