
There is more than one way to retrieve current date information from PureData Analytics (Netezza). Using the Now() function is easy to retrieve the current date from within SQL.
Example SQL
Select now() as “Today”
from _V_DUAL;
There is more than one way to retrieve current date information from PureData Analytics (Netezza). Using the Now() function is easy to retrieve the current date from within SQL.
Select now() as “Today”
from _V_DUAL;
6 Comments
Comments are closed.