Netezza / PureData – CURRENT_TIMESTAMP Function
Netezza / PureData Analytics Current Timestamp
The Current_Timestamp function, returns the current date and time, from PureData Analytics (Netezza) and is an easy way to retrieve the current timestamp via SQL.
Example SQL
Select CURRENT_TIMESTAMP as “Current Time”
from _V_DUAL;
4 thoughts on “Netezza / PureData – CURRENT_TIMESTAMP Function”