
November 8th, 2004, 08:54 AM
|
|
Registered User
|
|
Join Date: Oct 2004
Posts: 6
Time spent in forums: 21 m 27 sec
Reputation Power: 0
|
|
|
Syntax help (again!!)
DB2 is messing around with me again, i am trying to write the following in DB2
(extract(DAY FROM MIN(T4."START_DATE") - DATE '1899-12-31')) as "Days from 1900 to Start_Date",
(extract(DAY FROM MAX(T4."START_DATE") - DATE '1899-12-31')) as "Days from 1900 to End_Date"
I keep getting numerous errors when i re-write it, can somebody please help!!!.
Does anyone know a good resource webstie for DB2?, i have seen some and they confuse me more than they simpyfy things, anyone know of an easier read???.
please help, I thank everyone in advance.
|