I am fairly new to DB2. I was wondering if somebody can tell me if there is a way to get the system date from DB2.
For example, in Oracle
SQL> select sysdate from dual;
SYSDATE
---------
17-DEC-01
where dual is just a dummy table. It can be any table_name.
Thanks