Hi everyone,
Who can help me to translate the SQL Server query to DB2 query?
The query were shown as below:
CAST( CONVERT( CHAR(2), MonthNumberOfYe ar) + '/ ' + '1/' + CalendarYear AS DATETIME)
Any reponse is appreciated^_^
Thanks!
Winnie
Who can help me to translate the SQL Server query to DB2 query?
The query were shown as below:
CAST( CONVERT( CHAR(2), MonthNumberOfYe ar) + '/ ' + '1/' + CalendarYear AS DATETIME)
Any reponse is appreciated^_^
Thanks!
Winnie
Comment