Hi,
executing command from DB2CMD:
Code:
C:\temp>DB2 VALUES (CURRENT DATE)
returns output:
Code:
1
----------
12.09.2007
How to specify name of column (alias) to return the following output:
Code:
MyDate
----------
12.09.2007
The command:
DB2 VALUES (CURRENT DATE)
AS MYDATE
is not working? Any idea?
Thanks,
Grofaty