Advertisements
There is more than one way to retrieve current date information (Similar to the GETDATE() function) from PureData Analytics (Netezza), using the Current_Date Function is an easy way to retrieve the current date via SQL.
Example SQL
Select current_date as “Today”
from _V_DUAL;
4 thoughts on “Netezza / PureData Current Date Function”