I am doing work to convert db2 sqlquery to netezza. I found
select (timestamp("DATE") + current timezone) AS TXN_DATE
from table_name;
which is not supported in Netezza. What is equivalent Netezza query of above db2 sql query?
I am doing work to convert db2 sqlquery to netezza. I found
select (timestamp("DATE") + current timezone) AS TXN_DATE
from table_name;
which is not supported in Netezza. What is equivalent Netezza query of above db2 sql query?